Sign in
webkit
/
WebKit
/
473b92ed852160eab7c2365a49eda22bbbc97909
/
.
/
LayoutTests
/
imported
/
blink
/
svg
/
custom
/
focus-ring-text-expected.html
blob: 4432d03a5c163b69527bf1f738215e1069caec20 [
file
] [
log
] [
blame
]
<!doctype html>
<script
src
=
"../../resources/ahem.js"
></script>
<span
tabindex
=
"2"
style
=
"
font
:
24px
ahem
"
>
ABC
</span>
<script>
document
.
querySelector
(
"span"
).
focus
();
</script>