Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / click-svganchor-refocus-window-expected.html
blobe088f89c5e69fd75edd139df390849fe388477c9
1 <!DOCTYPE html>
2 <html>
3 <head>
4 </head>
5 <body>
6 <p>This test ensures that the focus ring is not shown on the anchor after blurring and focusing the window.</p>
7 <p><svg width="500" height="30"><a id="anchor" xlink:href="javascript:log('anchor was clicked')"><text font-size="18px" y="20">Anchor</text></a></svg></p>
8 <pre id="console">
9 anchor was clicked
10 activeElement is anchor
11 window was blurred
12 window was focused
13 activeElement is anchor
14 </pre>
16 </body>
17 </html>