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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/shadow-multiple.html

Issue 2327223002: Move all remaining fast/repaint tests to paint/invalidation (Closed)
Patch Set: Created 4 years, 3 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
OLDNEW
1 <div style=" 1 <div style="
2 font-family: Lucida Grande; 2 font-family: Lucida Grande;
3 font-weight: bold; 3 font-weight: bold;
4 font-size: 48px; 4 font-size: 48px;
5 margin: 20px; 5 margin: 20px;
6 text-shadow: hsla(20, 100%, 50%, 1) 7px 4px 0 6 text-shadow: hsla(20, 100%, 50%, 1) 7px 4px 0
7 , hsla(60, 100%, 50%, 1) -8px 14px 2px 7 , hsla(60, 100%, 50%, 1) -8px 14px 2px
8 , hsla(100, 100%, 50%, 1) -21px -12px 5px; 8 , hsla(100, 100%, 50%, 1) -21px -12px 5px;
9 "> 9 ">
10 <span style="text-decoration: overline underline line-through;">&nbsp; &nbsp ; &nbsp; multiple &nbsp; &nbsp;</span> &nbsp; &nbsp; shadows &nbsp; &nbsp; &nbsp ; 10 <span style="text-decoration: overline underline line-through;">&nbsp; &nbsp ; &nbsp; multiple &nbsp; &nbsp;</span> &nbsp; &nbsp; shadows &nbsp; &nbsp; &nbsp ;
11 </div> 11 </div>
12 <div style=" 12 <div style="
13 width: 100px; 13 width: 100px;
14 height: 100px; 14 height: 100px;
15 margin: 100px; 15 margin: 100px;
16 -webkit-border-radius: 25px; 16 -webkit-border-radius: 25px;
17 -webkit-box-shadow: hsla(20, 100%, 50%, 1) 7px 4px 0 17 -webkit-box-shadow: hsla(20, 100%, 50%, 1) 7px 4px 0
18 , hsla(60, 100%, 50%, 1) -8px 14px 2px 18 , hsla(60, 100%, 50%, 1) -8px 14px 2px
19 , hsla(100, 100%, 50%, 1) -21px -12px 5px; 19 , hsla(100, 100%, 50%, 1) -21px -12px 5px;
20 "> 20 ">
21 </div> 21 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698