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

Side by Side Diff: LayoutTests/fast/repaint/shadow-multiple.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 <script type="text/javascript"> 1 <script type="text/javascript">
2 if (window.testRunner) 2 if (window.internals)
3 testRunner.testRepaint(); 3 window.internals.settings.setForceCompositingMode(true);
4 </script> 4 </script>
5 <div style=" 5 <div style="
6 font-family: Lucida Grande; 6 font-family: Lucida Grande;
7 font-weight: bold; 7 font-weight: bold;
8 font-size: 48px; 8 font-size: 48px;
9 margin: 20px; 9 margin: 20px;
10 text-shadow: hsla(20, 100%, 50%, 1) 7px 4px 0 10 text-shadow: hsla(20, 100%, 50%, 1) 7px 4px 0
11 , hsla(60, 100%, 50%, 1) -8px 14px 2px 11 , hsla(60, 100%, 50%, 1) -8px 14px 2px
12 , hsla(100, 100%, 50%, 1) -21px -12px 5px; 12 , hsla(100, 100%, 50%, 1) -21px -12px 5px;
13 "> 13 ">
14 <span style="text-decoration: overline underline line-through;">&nbsp; &nbsp ; &nbsp; multiple &nbsp; &nbsp;</span> &nbsp; &nbsp; shadows &nbsp; &nbsp; &nbsp ; 14 <span style="text-decoration: overline underline line-through;">&nbsp; &nbsp ; &nbsp; multiple &nbsp; &nbsp;</span> &nbsp; &nbsp; shadows &nbsp; &nbsp; &nbsp ;
15 </div> 15 </div>
16 <div style=" 16 <div style="
17 width: 100px; 17 width: 100px;
18 height: 100px; 18 height: 100px;
19 margin: 100px; 19 margin: 100px;
20 -webkit-border-radius: 25px; 20 -webkit-border-radius: 25px;
21 -webkit-box-shadow: hsla(20, 100%, 50%, 1) 7px 4px 0 21 -webkit-box-shadow: hsla(20, 100%, 50%, 1) 7px 4px 0
22 , hsla(60, 100%, 50%, 1) -8px 14px 2px 22 , hsla(60, 100%, 50%, 1) -8px 14px 2px
23 , hsla(100, 100%, 50%, 1) -21px -12px 5px; 23 , hsla(100, 100%, 50%, 1) -21px -12px 5px;
24 "> 24 ">
25 </div> 25 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/repaint/list-marker.html ('k') | LayoutTests/fast/repaint/shadow-multiple-horizontal.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698