Chromium Code Reviews

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/add-table-overpaint.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.
Jump to:
View unified diff |
OLDNEW
1 1
2 <!DOCTYPE html> 2 <!DOCTYPE html>
3 <html> 3 <html>
4 <body onload="runRepaintAndPixelTest()" style="margin: 0px"> 4 <body onload="runRepaintAndPixelTest()" style="margin: 0px">
5 <script src="resources/text-based-repaint.js"></script> 5 <script src="resources/text-based-repaint.js"></script>
6 <style> 6 <style>
7 td { 7 td {
8 height: 150px; 8 height: 150px;
9 width: 150px; 9 width: 150px;
10 background-color: blue; 10 background-color: blue;
(...skipping 10 matching lines...)
21 addTable(); 21 addTable();
22 addTable(); 22 addTable();
23 if (window.testRunner) 23 if (window.testRunner)
24 testRunner.dumpAsTextWithPixelResults(); // We don't care about the renderin g tree dump, just the pixel dump. 24 testRunner.dumpAsTextWithPixelResults(); // We don't care about the renderin g tree dump, just the pixel dump.
25 function repaintTest() { 25 function repaintTest() {
26 addTable(); 26 addTable();
27 } 27 }
28 </script> 28 </script>
29 </body> 29 </body>
30 </html> 30 </html>
OLDNEW

Powered by Google App Engine