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

Side by Side Diff: LayoutTests/fast/backgrounds/gradient-background-shadow-expected.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
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-color: blue; 8 background-color: blue;
9 -webkit-box-shadow: 20px 20px 5px green; 9 -webkit-box-shadow: 20px 20px 5px green;
10 } 10 }
11 </style> 11 </style>
12 </head> 12 </head>
13 <body> 13 <body>
14 Test passes when a blue box is drawn with a green shadow. 14 Test passes when a blue box is drawn with a green shadow.
15 <div class="box"></div> 15 <div class="box"></div>
16 </body> 16 </body>
17 </html> 17 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/backgrounds/gradient-background-shadow.html ('k') | LayoutTests/platform/chromium/TestExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698