Index: LayoutTests/inspector/elements/highlight-node-transformed.html |
diff --git a/LayoutTests/inspector/elements/highlight-node-transformed.html b/LayoutTests/inspector/elements/highlight-node-transformed.html |
deleted file mode 100644 |
index d1d0c060519f8d8f9c44193bea05e5384c5ec82d..0000000000000000000000000000000000000000 |
--- a/LayoutTests/inspector/elements/highlight-node-transformed.html |
+++ /dev/null |
@@ -1,41 +0,0 @@ |
-<html> |
-<head> |
- |
-<style> |
- |
-body { |
- margin: 0; |
-} |
- |
-iframe { |
- position: absolute; |
- left: 83px; |
- top: 53px; |
- width: 200px; |
- height: 200px; |
-} |
- |
-</style> |
- |
-<script src="../../http/tests/inspector/inspector-test.js"></script> |
-<script src="../../http/tests/inspector/elements-test.js"></script> |
-<script src="../../http/tests/inspector/console-test.js"></script> |
-<script> |
- |
-function onload() |
-{ |
- runTest(); |
-} |
- |
-function test() |
-{ |
- InspectorTest.dumpInspectorHighlightJSON("div", InspectorTest.completeTest.bind(InspectorTest)); |
-} |
- |
-</script> |
-</head> |
- |
-<body onload="onload()"> |
-<iframe id="transform-iframe" src="resources/highlight-node-transformed-iframe.html"></iframe> |
-</body> |
-</html> |