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

Side by Side Diff: LayoutTests/fast/repaint/background-clip-text.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 <style type="text/css"> 3 <style type="text/css">
4 #shadowBox { 4 #shadowBox {
5 -webkit-background-clip: text; 5 -webkit-background-clip: text;
6 -webkit-box-shadow: 0 100px #f00; 6 -webkit-box-shadow: 0 100px #f00;
7 width: 100px; height: 100px; 7 width: 100px; height: 100px;
8 } 8 }
9 #greenBox { 9 #greenBox {
10 font-size: 100px; 10 font-size: 100px;
11 background-color: #0f0; 11 background-color: #0f0;
12 width: 100px; height: 100px; 12 width: 100px; height: 100px;
13 } 13 }
14 </style> 14 </style>
15 </head> 15 </head>
16 <body> 16 <body>
17 17
18 <!-- Try select/deselect the space in the green box below. You should not see re d. --> 18 <!-- Try select/deselect the space in the green box below. You should not see re d. -->
19 <div id="shadowBox"></div> 19 <div id="shadowBox"></div>
20 <div id="greenBox" >&nbsp;</div> 20 <div id="greenBox" >&nbsp;</div>
21 21
22 <script type="text/javascript"> 22 <script type="text/javascript">
23 if (window.testRunner) { 23 if (window.testRunner && window.internals) {
24 testRunner.dumpAsTextWithPixelResults(); 24 testRunner.dumpAsTextWithPixelResults();
25 testRunner.testRepaint(); 25 window.internals.settings.setForceCompositingMode(true);
26 } 26 }
27 </script> 27 </script>
28 28
29 </body> 29 </body>
30 </html> 30 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css-grid-layout/scrolled-grid-painting-overflow.html ('k') | LayoutTests/fast/repaint/box-shadow-h.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698