Git init
[framework/web/webkit-efl.git] / LayoutTests / fast / replaced / no-focus-ring-object.html
1 <!DOCTYPE html>
2 <style>
3   #test { border: 20px solid orange; background-color: blue }
4 </style>
5
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.
10
11 <script src="resources/focus-test.js"></script>