Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / focus-ring-detached.html
blobcf357608c44affadfecfe4f1d9f1b495c76dc8b9
1 <html>
2 <head>
3 <script>
4 window.onload = function()
6 document.getElementById("detached").focus();
8 </script>
9 </head>
10 <body>
11 <table>
12 <tr>
13 <td width=100px >This is some filler text. This is some filler text.This is some filler text. </td>
14 <td width=350px> The text in this anchor element <a href="#" id="detached">should <br>contain</a> 2 detached pieces. This test shows how the link would look text.</td>
15 </tr>
16 </table>
17 </body>
18 </html>