list-marker-2-expected.html 454 B

12345678910111213
  1. <html>
  2. <body>
  3. <p>
  4. This is a test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=13209">http://bugs.webkit.org/show_bug.cgi?id=13209</a>
  5. REGRESSION (r18756-18765): Incomplete list marker repaint when resizing list item</i>.
  6. </p>
  7. <p>
  8. There should be only one bullet, at the bottom left of the rectangle.
  9. </p>
  10. <ul>
  11. <li><img id="target" style="width: 100px; height: 100px;"></li>
  12. </ul>
  13. </body>