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