Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / replaced / no-focus-ring-embed.html
blobacccf8f1ae9864e4c37a04be9f86abfb6af33e2d
1 <!DOCTYPE html>
2 <style>
3 #test { border: 20px solid orange; background-color: blue }
4 </style>
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.
9 <script src="resources/focus-test.js"></script>