Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / replaced / no-focus-ring-iframe.html
blobe30dc10a9644d919e08280ca748107e88a24c2c6
1 <!DOCTYPE html>
2 <style>
3 #test { border: 20px solid orange; background-color: blue }
4 </style>
6 <iframe id="test" tabIndex="1" src="resources/square-blue-100x100.png"></iframe><br>
7 Click the orange border, a focus ring should not appear.
9 <script src="resources/focus-test.js"></script>