| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" |
| "http://www.w3.org/TR/html4/strict.dtd"> |
| <html lang="en"> |
| <head> |
| <script type="text/javascript"> |
| if (window.testRunner) |
| testRunner.waitUntilDone(); |
| function runTest() |
| { |
| document.getElementById("target").style.backgroundColor = ''; |
| document.getElementById("target").style.color = 'green'; |
| if (window.testRunner) |
| testRunner.notifyDone(); |
| } |
| </script> |
| </head> |
| <body onload="setTimeout(runTest, 0);"> |
| <p> |
| Repaint test for <i><a href="rdar://problem/6518850">rdar://problem/6518850</a></i> |
| Make sure that an inline repaints using its line boxes and not using RenderBox width()/height(). |
| </p> |
| <p><span id="target" style="background-color:red; color:red">PASS</span></p> |
| </body> |
| </html> |