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

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

Issue 2327223002: Move all remaining fast/repaint tests 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 <head> 2 <head>
3 <title></title> 3 <title></title>
4 </head> 4 </head>
5 <body> 5 <body>
6 <p> 6 <p>
7 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=12910">http: //bugs.webkit.org/show_bug.cgi?id=12910</a> 7 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=12910">http: //bugs.webkit.org/show_bug.cgi?id=12910</a>
8 REGRESSION (r18756-r18765): list-bullet doesn't redraw properly when cha nging the list's content using JavaScript</i>. 8 REGRESSION (r18756-r18765): list-bullet doesn't redraw properly when cha nging the list's content using JavaScript</i>.
9 </p> 9 </p>
10 <ul> 10 <ul>
(...skipping 15 matching lines...) Expand all
26 </li> 26 </li>
27 </ul> 27 </ul>
28 <ul style="direction: rtl; list-style-position: inside;"> 28 <ul style="direction: rtl; list-style-position: inside;">
29 <li> 29 <li>
30 bar 30 bar
31 <div style="margin: 10px;"></div> 31 <div style="margin: 10px;"></div>
32 </li> 32 </li>
33 </ul> 33 </ul>
34 </body> 34 </body>
35 </html> 35 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698