Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
css
/
ignore-empty-focus-ring-rects-expected.html
blob: 0cdd3d5c1fc57a4d8a39a040327e7cbae8f68e17 [
file
]
<!DOCTYPE html>
<style>
.
container
{
position
:
absolute
;
width
:
100px
;
margin-top
:
50px
;
height
:
100px
;
background-color
:
green
;
outline
:
-webkit-focus-ring-color auto
5px
;
}
</style>
<div
class
=
"container"
></div>