blob: 34ba068fc0ae266e4c05c9cf88a5524a29a20fb7 [file] [edit]
<!DOCTYPE html>
<style>
div {
width: 100px;
height: 100px;
outline-style: auto;
outline-offset: 20px;
margin: 50px;
}
</style>
<p>Test passes if the focus ring is drawn away from the box due to outline-offset.</p>
<div></div>