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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/backgrounds/root-with-generated-background-and-no-height.html
diff --git a/LayoutTests/fast/backgrounds/root-with-generated-background-and-no-height.html b/LayoutTests/fast/backgrounds/root-with-generated-background-and-no-height.html
new file mode 100644
index 0000000000000000000000000000000000000000..70bf88eae58c79f1ac6dc8547328a73b52d5d382
--- /dev/null
+++ b/LayoutTests/fast/backgrounds/root-with-generated-background-and-no-height.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+<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 :)
+<style>
+body {
+ margin: 0;
+ background-image: linear-gradient(to bottom, #FFF 0%, #FFF 100%);
+}
+</style>
+</head>
+<body>
+</body>

Powered by Google App Engine
This is Rietveld 408576698