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

Side by Side Diff: LayoutTests/fast/repaint/layer-child-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 <title></title> 3 <title></title>
4 <script type="text/javascript"> 4 <script type="text/javascript">
5 if (window.testRunner) 5 if (window.internals)
6 testRunner.testRepaint(); 6 window.internals.settings.setForceCompositingMode(true);
7 </script> 7 </script>
8 </head> 8 </head>
9 <body> 9 <body>
10 <p> 10 <p>
11 This tests repainting of a layer's children's outlines. 11 This tests repainting of a layer's children's outlines.
12 </p> 12 </p>
13 <hr> 13 <hr>
14 <div style="position: relative; width: 100px; background: silver; outline: d ashed 2px;"> 14 <div style="position: relative; width: 100px; background: silver; outline: d ashed 2px;">
15 <div style="height: 100px; outline: thick dotted red;"></div> 15 <div style="height: 100px; outline: thick dotted red;"></div>
16 </div> 16 </div>
17 </body> 17 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/repaint/inline-block-overflow.html ('k') | LayoutTests/fast/repaint/layer-outline.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698