7 outline: thin dotted green;
11 <script src=
"resources/text-based-repaint.js"></script>
13 function repaintTest()
15 document
.getElementById("link").style
.outlineWidth
= "5px";
17 window
.addEventListener("load", runRepaintTest
, false);
21 <p>This test checks that an outline change is correctly repainted.
</p>
22 <p>There should be a
5px green outline below.
</p>
24 <li><a id=
"link">Lorem Ipsum
</a></li>