Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / replaced / no-focus-ring-object.html
blob2bd13d0b71c7101613c1be37a5e1aa27a0ec19fd
1 <!DOCTYPE html>
2 <style>
3 #test { border: 20px solid orange; background-color: blue }
4 </style>
6 <object id="test" tabIndex="1" type="application/x-webkit-test-netscape">
7 <param name="windowedPlugin" value="false">
8 </object><br>
9 This test requires DumpRenderTree. Click the orange border, a focus ring should not appear.
11 <script src="resources/focus-test.js"></script>