haikuwebkit/LayoutTests/fast/replaced/no-focus-ring-object.html

12 lines
371 B
HTML

<!DOCTYPE html>
<style>
#test { border: 20px solid orange; background-color: blue }
</style>
<object id="test" tabIndex="1" type="application/x-webkit-test-netscape">
<param name="windowedPlugin" value="false">
</object><br>
This test requires DumpRenderTree. Click the orange border, a focus ring should not appear.
<script src="resources/focus-test.js"></script>