Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / focus-ring-multiline-writingmode-vertical.html
blob61c5f766157b0e10fea59d2972e5c8308ddd3955
1 <html>
2 <head>
3 <script>
4 window.onload = function()
6 document.getElementById("multiline").focus();
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>