Index: LayoutTests/inspector/elements/highlight-node-scaled-and-scrolled.html |
diff --git a/LayoutTests/inspector/elements/highlight-node-scaled-and-scrolled.html b/LayoutTests/inspector/elements/highlight-node-scaled-and-scrolled.html |
deleted file mode 100644 |
index efa9e4eda991ba2f8d2599514ea81839130d509d..0000000000000000000000000000000000000000 |
--- a/LayoutTests/inspector/elements/highlight-node-scaled-and-scrolled.html |
+++ /dev/null |
@@ -1,44 +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() |
-{ |
- if (window.eventSender) |
- window.eventSender.setPageScaleFactor(2, 0, 0); |
- window.scrollTo(1000, 1000); |
- runTest(); |
-} |
- |
-function test() |
-{ |
- InspectorTest.dumpInspectorHighlightJSON("div", InspectorTest.completeTest.bind(InspectorTest)); |
-} |
- |
-</script> |
-</head> |
- |
-<body onload="onload()"> |
-<iframe id="scale-iframe" src="resources/highlight-node-scaled-iframe.html"></iframe> |
-</body> |
-</html> |