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

Side by Side Diff: LayoutTests/fast/repaint/table-writing-modes-h.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 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <script> 2 <script>
3 if (window.testRunner) { 3 if (window.internals) {
4 testRunner.testRepaint(); 4 window.internals.settings.setForceCompositingMode(true);
5 testRunner.repaintSweepHorizontally();
6 } 5 }
7 </script> 6 </script>
8 <style> 7 <style>
9 table { border-collapse: collapse; background-color: red; margin: 10px; } 8 table { border-collapse: collapse; background-color: red; margin: 10px; }
10 td { width: 50px; height: 50px; background-color: green; } 9 td { width: 50px; height: 50px; background-color: green; }
11 </style> 10 </style>
12 <table> 11 <table>
13 <tr> 12 <tr>
14 <td></td> 13 <td></td>
15 <td></td> 14 <td></td>
(...skipping 26 matching lines...) Expand all
42 <table style="-webkit-writing-mode: vertical-rl;"> 41 <table style="-webkit-writing-mode: vertical-rl;">
43 <tr> 42 <tr>
44 <td></td> 43 <td></td>
45 <td></td> 44 <td></td>
46 </tr> 45 </tr>
47 <tr> 46 <tr>
48 <td></td> 47 <td></td>
49 <td></td> 48 <td></td>
50 </tr> 49 </tr>
51 </table> 50 </table>
OLDNEW
« no previous file with comments | « LayoutTests/fast/repaint/table-cell-vertical-overflow.html ('k') | LayoutTests/fast/repaint/table-writing-modes-v.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698