tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / focus-ring-multiline-writingmode-vertical.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 <div id="multiline" style="-webkit-writing-mode: vertical-rl; width: 10em; height: 10em;" contenteditable>
12 Assuming the port-specific theme draws focus rings, this test draws focus rings around editable multiline text in vertical writing mode.
13 </div>
14 </body>
15 </html>
16