repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
custom
/
focus-ring-2.svg
blob
69d3ed510cf725d16e0bb734a65c40dc537999d0
1
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
2
<rect
x
=
"8"
y
=
"8"
width
=
"100"
height
=
"100"
tabindex
=
"0"
fill
=
"none"
/>
3
<script>
4
document.querySelector(
"rect"
).focus();
5
</script>
6
</svg>