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

Side by Side Diff: LayoutTests/fast/backgrounds/root-with-generated-background-and-no-height.html

Issue 208393004: Fix zero height root renderer with background image painting (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
esprehn 2014/03/24 01:32:40 You can just leave off everything except the <styl
leviw_travelin_and_unemployed 2014/03/24 17:06:49 Sure :)
4 <style>
5 body {
6 margin: 0;
7 background-image: linear-gradient(to bottom, #FFF 0%, #FFF 100%);
8 }
9 </style>
10 </head>
11 <body>
12 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698