| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
| <!-- Almost Standards mode --> | |
| <script src="../resources/text-based-repaint.js"></script> | |
| <script> | |
| function repaintTest() { | |
| target.style.outlineColor = "green"; | |
| } | |
| onload = runRepaintAndPixelTest; | |
| </script> | |
| <body style="height: 0"> | |
| <span id="target" style="outline: 2px solid red"><img style="width: 200px; height: 50px"></span> | |
| </body> |