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> |