Index: LayoutTests/inspector/elements/highlight-node.html |
diff --git a/LayoutTests/inspector/elements/highlight-node.html b/LayoutTests/inspector/elements/highlight-node.html |
deleted file mode 100644 |
index 6c882645cd0b26c6d45fa50f4c4d6dd2b075e524..0000000000000000000000000000000000000000 |
--- a/LayoutTests/inspector/elements/highlight-node.html |
+++ /dev/null |
@@ -1,47 +0,0 @@ |
-<html> |
-<head> |
- |
-<style> |
- |
-body { |
- margin: 0; |
-} |
-#container { |
- width: 400px; |
- height: 400px; |
- background-color: grey; |
-} |
-#inspectedElement { |
- margin: 5px; |
- border: solid 10px aqua; |
- padding: 15px; |
- width: 200px; |
- height: 200px; |
- background-color: blue; |
- float: left; |
-} |
-#description { |
- clear: both; |
-} |
- |
-</style> |
- |
-<script src="../../http/tests/inspector/inspector-test.js"></script> |
-<script src="../../http/tests/inspector/elements-test.js"></script> |
-<script> |
- |
-function test() |
-{ |
- InspectorTest.dumpInspectorHighlightJSON("inspectedElement", InspectorTest.completeTest.bind(InspectorTest)); |
-} |
- |
-</script> |
-</head> |
- |
-<body onload="runTest()"> |
- |
-<div id="inspectedElement"></div> |
-<p id="description">This test verifies the position and size of the highlight rectangles overlayed on an inspected div.</p> |
- |
-</body> |
-</html> |