Chromium Code Reviews| Index: LayoutTests/fast/backgrounds/root-background-display-none-no-crash-expected.txt |
| diff --git a/LayoutTests/fast/backgrounds/root-background-display-none-no-crash-expected.txt b/LayoutTests/fast/backgrounds/root-background-display-none-no-crash-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b83ef219974536263554bcc75a9f613066b613ef |
| --- /dev/null |
| +++ b/LayoutTests/fast/backgrounds/root-background-display-none-no-crash-expected.txt |
| @@ -0,0 +1,15 @@ |
| + |
| +html { |
|
pdr.
2015/06/24 02:31:40
This doesn't seem quite right. Did you mean for th
trchen
2015/06/24 22:05:52
Looks like dumpAsText is doing funny things when t
|
| + display: none; |
| + background-image: linear-gradient(black, black); |
| +} |
| + |
| + |
| + |
| +runAfterLayoutAndPaint(function(){ |
| + if (window.testRunner) |
| + testRunner.dumpAsText(); |
| +}, true); |
| + |
| +This test should not crash due to referencing a null root element renderer when painting root background. |
| + |