Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 | |
| 2 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
| |
| 3 display: none; | |
| 4 background-image: linear-gradient(black, black); | |
| 5 } | |
| 6 | |
| 7 | |
| 8 | |
| 9 runAfterLayoutAndPaint(function(){ | |
| 10 if (window.testRunner) | |
| 11 testRunner.dumpAsText(); | |
| 12 }, true); | |
| 13 | |
| 14 This test should not crash due to referencing a null root element renderer when painting root background. | |
| 15 | |
| OLD | NEW |