5 background-image: linear-gradient(black, black);
8 <script src='../../resources/run-after-layout-and-paint.js'
></script>
10 runAfterLayoutAndPaint(function(){
11 document
.write("PASS");
12 if (window
.testRunner
)
13 testRunner
.dumpAsText();
16 This test should not crash due to referencing a null root element renderer when painting root background.