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