Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
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>