| Index: LayoutTests/inspector/elements/styles/empty-background-url.html
|
| diff --git a/LayoutTests/inspector/elements/styles/empty-background-url.html b/LayoutTests/inspector/elements/styles/empty-background-url.html
|
| deleted file mode 100644
|
| index 69787caeed4f71192dee3460db2198cad69c4cc0..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/inspector/elements/styles/empty-background-url.html
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script src="../../../http/tests/inspector/inspector-test.js"></script>
|
| -<script src="../../../http/tests/inspector/elements-test.js"></script>
|
| -<link rel="stylesheet" href="resources/empty-background-url.css">
|
| -<script>
|
| -function test()
|
| -{
|
| - InspectorTest.selectNodeAndWaitForStylesWithComputed("inspected", step1);
|
| -
|
| - function step1()
|
| - {
|
| - InspectorTest.dumpSelectedElementStyles(true, false);
|
| - InspectorTest.completeTest();
|
| - }
|
| -}
|
| -</script>
|
| -</head>
|
| -<body onload="runTest()">
|
| -<p>Tests that empty url in the property value does not break inspector.</p>
|
| -<div id="inspected"></div>
|
| -</body>
|
| -</html>
|
|
|