Sign in
webkit
/
WebKit
/
c6a7a2f378a60ecad2c606428f6fc0921528b1a6
/
.
/
LayoutTests
/
imported
/
blink
/
svg
/
custom
/
focus-ring-2.svg
blob: 69d3ed510cf725d16e0bb734a65c40dc537999d0 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<rect
x
=
"8"
y
=
"8"
width
=
"100"
height
=
"100"
tabindex
=
"0"
fill
=
"none"
/>
<script>
document
.
querySelector
(
"rect"
).
focus
();
</script>
</svg>