tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / focus-ring-multiline.html
1 <html>
2 <head>
3 <script>
4 window.onload = function()
5 {
6     document.getElementById("multiline").focus();
7 }
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>
19