tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / overflow / overflow-focus-ring.html
1 <html>
2 <body onload="document.getElementById('elm').focus()">
3 The focus ring of the following div should not extend beyond the size of the div.
4 <div style="overflow:hidden; height:400px; width:500px;" id="elm" contentEditable="true">............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................</div>
5 </body>
6 </html>