Sign in
webkit
/
WebKit
/
473b92ed852160eab7c2365a49eda22bbbc97909
/
.
/
LayoutTests
/
imported
/
blink
/
svg
/
custom
/
focus-ring-2-expected.html
blob: bad7c3706dea8ecf8907e43120a523176958b06c [
file
] [
log
] [
blame
]
<!doctype html>
<div
style
=
"
width
:
100px
;
height
:
100px
"
tabindex
=
"0"
></div>
<script>
document
.
querySelector
(
"div"
).
focus
();
</script>