make-children-non-inline-expected.html 599 B

12345678910111213141516171819202122
  1. <html>
  2. <head>
  3. <title></title>
  4. </head>
  5. <body>
  6. <p>
  7. Repaint test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=15838">http://bugs.webkit.org/show_bug.cgi?id=15838</a> Incomplete repaint toggling "How you know this person" on Facebook</i>.
  8. </p>
  9. <div>
  10. Word,<br>
  11. words,<br>
  12. more words.<br>
  13. I could<br>
  14. write a book<br>
  15. <div id="target" style="background-color: yellow; height: 100px; width: 10px;"></div>
  16. about all the stuff<br>
  17. that comes<br>
  18. after<br>
  19. the break.
  20. </div>
  21. </body>
  22. </html>