Chromium Code Reviews| 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..c3b145d6351c7665a9a156fe98e950bd6c2f7659 |
| --- /dev/null |
| +++ b/LayoutTests/fast/backgrounds/root-with-generated-background-and-no-height.html |
| @@ -0,0 +1,8 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<style> |
| +body { |
| + margin: 0; |
| + background-image: linear-gradient(to bottom, #FFF 0%, #FFF 100%); |
| +} |
| +</style> |