| Index: LayoutTests/inspector/elements/highlight-node-scaled.html
|
| diff --git a/LayoutTests/inspector/elements/highlight-node-scaled.html b/LayoutTests/inspector/elements/highlight-node-scaled.html
|
| deleted file mode 100644
|
| index 03a977affee287d7d3e9d80346af993943afe874..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/inspector/elements/highlight-node-scaled.html
|
| +++ /dev/null
|
| @@ -1,43 +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);
|
| - 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>
|
|
|