Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(553)

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/list-marker-2-expected.html

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698