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