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

Side by Side Diff: LayoutTests/fast/repaint/layer-outline-horizontal.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
« no previous file with comments | « LayoutTests/fast/repaint/layer-outline.html ('k') | LayoutTests/fast/repaint/list-marker.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script type="text/javascript"> 3 <script type="text/javascript">
4 if (window.testRunner) { 4 if (window.internals) {
5 testRunner.testRepaint(); 5 window.internals.settings.setForceCompositingMode(true);
6 testRunner.repaintSweepHorizontally();
7 } 6 }
8 </script> 7 </script>
9 <style type="text/css"> 8 <style type="text/css">
10 div.t { outline: 10px solid green; width: 98px; height: 98px; border: 1p x solid black; background-color: #eee; } 9 div.t { outline: 10px solid green; width: 98px; height: 98px; border: 1p x solid black; background-color: #eee; }
11 </style> 10 </style>
12 </head> 11 </head>
13 <body> 12 <body>
14 <p> 13 <p>
15 This tests for regressions against <i><a href="https://bugs.webkit.org/show_bug. cgi?id=7943">http://bugzilla.opendarwin.org/show_bug.cgi?id=7943</a> 14 This tests for regressions against <i><a href="https://bugs.webkit.org/show_bug. cgi?id=7943">http://bugzilla.opendarwin.org/show_bug.cgi?id=7943</a>
16 Layer outline does not repaint</i>. 15 Layer outline does not repaint</i>.
(...skipping 12 matching lines...) Expand all
29 </div> 28 </div>
30 <div class="t" style="position: absolute; left: 660px; top: 10px; clip: rect(105 px 110px 110px 105px);"> 29 <div class="t" style="position: absolute; left: 660px; top: 10px; clip: rect(105 px 110px 110px 105px);">
31 </div> 30 </div>
32 </div> 31 </div>
33 <div class="t" style="overflow: hidden; margin: 10px;"> 32 <div class="t" style="overflow: hidden; margin: 10px;">
34 </div> 33 </div>
35 <div class="t" style="position: relative; left: 10px; top: 20px;"> 34 <div class="t" style="position: relative; left: 10px; top: 20px;">
36 </div> 35 </div>
37 </body> 36 </body>
38 </html> 37 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/repaint/layer-outline.html ('k') | LayoutTests/fast/repaint/list-marker.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698