Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / overflow / childFocusRingClip.html
blob1dd2766306f73d3dce5a6fba59f4761388a6c4cd
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>