inline-color-change-expected.html 414 B

1234567891011
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
  2. "http://www.w3.org/TR/html4/strict.dtd">
  3. <html lang="en">
  4. <body>
  5. <p>
  6. Repaint test for <i><a href="rdar://problem/6518850">rdar://problem/6518850</a></i>
  7. Make sure that an inline repaints using its line boxes and not using LayoutBox width()/height().
  8. </p>
  9. <p><span id="target" style="color:green">PASS</span></p>
  10. </body>
  11. </html>