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

Side by Side Diff: LayoutTests/fast/backgrounds/gradient-background-shadow.html

Issue 12089070: Merge 141160 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 10 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
« no previous file with comments | « no previous file | LayoutTests/fast/backgrounds/gradient-background-shadow-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style type="text/css"> 4 <style type="text/css">
5 .box { 5 .box {
6 height: 50px; 6 height: 50px;
7 width: 50px; 7 width: 50px;
8 background-image: -webkit-linear-gradient(blue, blue); 8 background-image: -webkit-linear-gradient(blue, blue);
9 background-color: red; 9 background-color: red;
10 -webkit-box-shadow: 20px 20px 5px green; 10 -webkit-box-shadow: 20px 20px 5px green;
11 } 11 }
12 </style> 12 </style>
13 </head> 13 </head>
14 <body> 14 <body>
15 Test passes when a blue box is drawn with a green shadow. 15 Test passes when a blue box is drawn with a green shadow.
16 <div class="box"></div> 16 <div class="box"></div>
17 </body> 17 </body>
18 </html> 18 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/backgrounds/gradient-background-shadow-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698