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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/list-marker-2.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 <head> 2 <head>
3 <script src="resources/text-based-repaint.js" type="text/javascript"></scrip t> 3 <script src="resources/text-based-repaint.js" type="text/javascript"></scrip t>
4 <script type="text/javascript"> 4 <script type="text/javascript">
5 function repaintTest() 5 function repaintTest()
6 { 6 {
7 var target = document.getElementById('target'); 7 var target = document.getElementById('target');
8 target.style.height = '100px'; 8 target.style.height = '100px';
9 } 9 }
10 </script> 10 </script>
11 </head> 11 </head>
12 <body onload="runRepaintAndPixelTest();"> 12 <body onload="runRepaintAndPixelTest();">
13 <p> 13 <p>
14 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> 14 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>
15 REGRESSION (r18756-18765): Incomplete list marker repaint when resizing list item</i>. 15 REGRESSION (r18756-18765): Incomplete list marker repaint when resizing list item</i>.
16 </p> 16 </p>
17 <p> 17 <p>
18 There should be only one bullet, at the bottom left of the rectangle. 18 There should be only one bullet, at the bottom left of the rectangle.
19 </p> 19 </p>
20 <ul> 20 <ul>
21 <li><img id="target" style="width: 100px; height: 50px;"></li> 21 <li><img id="target" style="width: 100px; height: 50px;"></li>
22 </ul> 22 </ul>
23 </body> 23 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698