Git init
[framework/web/webkit-efl.git] / LayoutTests / fast / replaced / no-focus-ring-embed.html
1 <!DOCTYPE html>
2 <style>
3   #test { border: 20px solid orange; background-color: blue }
4 </style>
5
6 <embed id="test" tabIndex="1" type="application/x-webkit-test-netscape" windowedPlugin="false"><br>
7 This test requires DumpRenderTree. Click the orange border, a focus ring should not appear.
8
9 <script src="resources/focus-test.js"></script>