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

Side by Side Diff: LayoutTests/fast/repaint/table-cell-vertical-overflow.html

Issue 251433002: Remove calls to testRunner testRepaint/repaintSweep* (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add focus-ring expectation Created 6 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 | Annotate | Revision Log
OLDNEW
1 <head> 1 <head>
2 <title></title> 2 <title></title>
3 <script> 3 <script>
4 if (window.testRunner) 4 if (window.internals)
5 testRunner.testRepaint(); 5 window.internals.settings.setForceCompositingMode(true);
6 </script> 6 </script>
7 <style> 7 <style>
8 td { border: 4px dotted black; } 8 td { border: 4px dotted black; }
9 </style> 9 </style>
10 </head> 10 </head>
11 <body> 11 <body>
12 <table style="margin-top: 50px;"> 12 <table style="margin-top: 50px;">
13 <tr> 13 <tr>
14 <td> 14 <td>
15 <div style="height: 50px; width: 100px; background: lightgreen;" > 15 <div style="height: 50px; width: 100px; background: lightgreen;" >
(...skipping 27 matching lines...) Expand all
43 </td> 43 </td>
44 <td> 44 <td>
45 <div style="height: 10px; width: 100px; background: lightgreen;" > 45 <div style="height: 10px; width: 100px; background: lightgreen;" >
46 <div style="margin-top: -75px; height: 100px; width: 50px; b ackground: skyblue;"> 46 <div style="margin-top: -75px; height: 100px; width: 50px; b ackground: skyblue;">
47 </div> 47 </div>
48 </div> 48 </div>
49 </td> 49 </td>
50 </tr> 50 </tr>
51 </table> 51 </table>
52 </body> 52 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/repaint/shadow-multiple-vertical-expected.txt ('k') | LayoutTests/fast/repaint/table-writing-modes-h.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698