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