Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / focus-ring-text-expected.html
blob4432d03a5c163b69527bf1f738215e1069caec20
1 <!doctype html>
2 <script src="../../resources/ahem.js"></script>
3 <span tabindex="2" style="font: 24px ahem">ABC</span>
4 <script>
5 document.querySelector("span").focus();
6 </script>