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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/repaint-table-row-in-composited-document.html

Issue 1972273002: Let repaint tests test pixels by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="resources/text-based-repaint.js" type="text/javascript"></script> 4 <script src="resources/repaint.js" type="text/javascript"></script>
5 <style> 5 <style>
6 td { 6 td {
7 width: 200px; 7 width: 200px;
8 height: 100px; 8 height: 100px;
9 } 9 }
10 body { 10 body {
11 margin: 50px; 11 margin: 50px;
12 } 12 }
13 </style> 13 </style>
14 <script type="text/javascript"> 14 <script type="text/javascript">
(...skipping 15 matching lines...) Expand all
30 </td> 30 </td>
31 </tr> 31 </tr>
32 <tr> 32 <tr>
33 <td> 33 <td>
34 </td> 34 </td>
35 <td style="border: 1px solid black; background-color: green;"> 35 <td style="border: 1px solid black; background-color: green;">
36 </td> 36 </td>
37 </tr> 37 </tr>
38 </table> 38 </table>
39 </body> 39 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698