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

Side by Side Diff: LayoutTests/fast/repaint/table-writing-modes-v.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 } 5 }
6 </script> 6 </script>
7 <style> 7 <style>
8 table { border-collapse: collapse; background-color: red; margin: 10px; } 8 table { border-collapse: collapse; background-color: red; margin: 10px; }
9 td { width: 50px; height: 50px; background-color: green; } 9 td { width: 50px; height: 50px; background-color: green; }
10 </style> 10 </style>
11 <table> 11 <table>
12 <tr> 12 <tr>
13 <td></td> 13 <td></td>
14 <td></td> 14 <td></td>
(...skipping 26 matching lines...) Expand all
41 <table style="-webkit-writing-mode: vertical-rl;"> 41 <table style="-webkit-writing-mode: vertical-rl;">
42 <tr> 42 <tr>
43 <td></td> 43 <td></td>
44 <td></td> 44 <td></td>
45 </tr> 45 </tr>
46 <tr> 46 <tr>
47 <td></td> 47 <td></td>
48 <td></td> 48 <td></td>
49 </tr> 49 </tr>
50 </table> 50 </table>
OLDNEW
« no previous file with comments | « LayoutTests/fast/repaint/table-writing-modes-h.html ('k') | LayoutTests/fast/repaint/text-emphasis-h.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698