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

Side by Side Diff: LayoutTests/fast/repaint/box-shadow-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 <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 testRunner.repaintSweepHorizontally();
9 } 8 }
10 </script> 9 </script>
11 <style> 10 <style>
12 .square { margin: 10px; width: 40px; height: 40px; background-color: #ff 7; } 11 .square { margin: 10px; width: 40px; height: 40px; background-color: #ff 7; }
13 .shadowTL { -webkit-box-shadow: black -5px -5px 0; } 12 .shadowTL { -webkit-box-shadow: black -5px -5px 0; }
14 .shadowBL { -webkit-box-shadow: black -5px 5px 0; } 13 .shadowBL { -webkit-box-shadow: black -5px 5px 0; }
15 .shadowBR { -webkit-box-shadow: black 5px 5px 0; } 14 .shadowBR { -webkit-box-shadow: black 5px 5px 0; }
16 .shadowTR { -webkit-box-shadow: black 5px -5px 0; } 15 .shadowTR { -webkit-box-shadow: black 5px -5px 0; }
17 .shadowB { -webkit-box-shadow: black 0 0 5px; } 16 .shadowB { -webkit-box-shadow: black 0 0 5px; }
18 .shadowFirstLine:first-line { -webkit-box-shadow: black -5px -5px 0; } 17 .shadowFirstLine:first-line { -webkit-box-shadow: black -5px -5px 0; }
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 <table class="square shadowB"></table> 137 <table class="square shadowB"></table>
139 138
140 <canvas class="square shadowB"></canvas> 139 <canvas class="square shadowB"></canvas>
141 140
142 <p> 141 <p>
143 Lorem <span class="shadowB">ipsum</span> dolor 142 Lorem <span class="shadowB">ipsum</span> dolor
144 </p> 143 </p>
145 </div> 144 </div>
146 </body> 145 </body>
147 </html> 146 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/repaint/background-clip-text.html ('k') | LayoutTests/fast/repaint/box-shadow-v.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698