list-marker-move-expected.html 177 B

12345
  1. <!DOCTYPE html>
  2. Tests paint invalidation of list markers when the list is moved.
  3. <ul id="ulist" style="position: absolute; top: 300px; width: 300px">
  4. <li>List item</li>
  5. </ul>