2 <script src=
"resources/text-based-repaint.js"></script>
6 document
.querySelector('#outer').blur();
10 document
.querySelector('#outer').focus();
15 body { height:
200px; }
16 #container { position: absolute; }
17 p, #inner { height:
20px; }
20 This test is verifying that when the focus is removed from an element we
21 correctly invalidate continuations and remove the focus ring.
24 If this test passes, you should see no focus ring.
27 <span id=
"outer" tabindex=
"1">
28 <div id=
"inner">CONTENTS
</div>