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

Side by Side Diff: LayoutTests/fast/repaint/box-shadow-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 <html> 2 <html>
3 <head> 3 <head>
4 <title></title> 4 <title></title>
5 <script> 5 <script>
6 if (window.testRunner) 6 if (window.internals)
7 testRunner.testRepaint(); 7 window.internals.settings.setForceCompositingMode(true);
8 </script> 8 </script>
9 <style> 9 <style>
10 .square { margin: 10px; width: 40px; height: 40px; background-color: #ff 7; } 10 .square { margin: 10px; width: 40px; height: 40px; background-color: #ff 7; }
11 .shadowTL { -webkit-box-shadow: black -5px -5px 0; } 11 .shadowTL { -webkit-box-shadow: black -5px -5px 0; }
12 .shadowBL { -webkit-box-shadow: black -5px 5px 0; } 12 .shadowBL { -webkit-box-shadow: black -5px 5px 0; }
13 .shadowBR { -webkit-box-shadow: black 5px 5px 0; } 13 .shadowBR { -webkit-box-shadow: black 5px 5px 0; }
14 .shadowTR { -webkit-box-shadow: black 5px -5px 0; } 14 .shadowTR { -webkit-box-shadow: black 5px -5px 0; }
15 .shadowB { -webkit-box-shadow: black 0 0 5px; } 15 .shadowB { -webkit-box-shadow: black 0 0 5px; }
16 .shadowFirstLine:first-line { -webkit-box-shadow: black -5px -5px 0; } 16 .shadowFirstLine:first-line { -webkit-box-shadow: black -5px -5px 0; }
17 </style> 17 </style>
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 <table class="square shadowB"></table> 136 <table class="square shadowB"></table>
137 137
138 <canvas class="square shadowB"></canvas> 138 <canvas class="square shadowB"></canvas>
139 139
140 <p> 140 <p>
141 Lorem <span class="shadowB">ipsum</span> dolor 141 Lorem <span class="shadowB">ipsum</span> dolor
142 </p> 142 </p>
143 </div> 143 </div>
144 </body> 144 </body>
145 </html> 145 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/repaint/box-shadow-h.html ('k') | LayoutTests/fast/repaint/flexible-box-overflow.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698