blob: e30dc10a9644d919e08280ca748107e88a24c2c6 [file] [log] [blame]
<!DOCTYPE html>
<style>
#test { border: 20px solid orange; background-color: blue }
</style>
<iframe id="test" tabIndex="1" src="resources/square-blue-100x100.png"></iframe><br>
Click the orange border, a focus ring should not appear.
<script src="resources/focus-test.js"></script>