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

Side by Side Diff: LayoutTests/fast/repaint/layer-outline.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 <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 } 6 }
7 </script> 7 </script>
8 <style type="text/css"> 8 <style type="text/css">
9 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; }
10 </style> 10 </style>
11 </head> 11 </head>
12 <body> 12 <body>
13 <p> 13 <p>
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> 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>
15 Layer outline does not repaint</i>. 15 Layer outline does not repaint</i>.
(...skipping 12 matching lines...) Expand all
28 </div> 28 </div>
29 <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);">
30 </div> 30 </div>
31 </div> 31 </div>
32 <div class="t" style="overflow: hidden; margin: 10px;"> 32 <div class="t" style="overflow: hidden; margin: 10px;">
33 </div> 33 </div>
34 <div class="t" style="position: relative; left: 10px; top: 20px;"> 34 <div class="t" style="position: relative; left: 10px; top: 20px;">
35 </div> 35 </div>
36 </body> 36 </body>
37 </html> 37 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/repaint/layer-child-outline.html ('k') | LayoutTests/fast/repaint/layer-outline-horizontal.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698