tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / overflow / childFocusRingClip.html
1 <div style="overflow:auto; width:250px; white-space:nowrap;">
2 <div style="padding:5px;">
3 <a id="focus_me">focused overflow:auto text that doesn't fit in its div</a>
4 </div>
5 </div>
6 <script> 
7         document.getElementById("focus_me").focus();
8 </script>