3 <script src=
"../../../http/tests/inspector/inspector-test.js"></script>
4 <script src=
"../../../http/tests/inspector/elements-test.js"></script>
5 <link rel=
"stylesheet" href=
"../styles/resources/empty-background-url.css">
9 InspectorTest
.selectNodeAndWaitForStylesWithComputed("inspected", step1
);
13 InspectorTest
.dumpSelectedElementStyles(true, false);
14 InspectorTest
.completeTest();
19 <body onload=
"runTest()">
20 <p>Tests that empty url in the property value does not break inspector.
</p>
21 <div id=
"inspected"></div>