| Index: third_party/WebKit/LayoutTests/http/tests/inspector-enabled/open-with-emulation-enabled.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/open-with-emulation-enabled.html b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/open-with-emulation-enabled.html
|
| deleted file mode 100644
|
| index 23de16f99553fcad3548aa5a9251e62264c25dff..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/open-with-emulation-enabled.html
|
| +++ /dev/null
|
| @@ -1,25 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script src="../inspector/inspector-test.js"></script>
|
| -<script>
|
| -
|
| -function onload()
|
| -{
|
| - testRunner.showWebInspector(JSON.stringify({lastActivePanel:"\"console\"", emulationEnabled: "true"}));
|
| - runTest();
|
| -}
|
| -
|
| -function test()
|
| -{
|
| - InspectorTest.addResult("Drawer visible: " + WebInspector.inspectorView.drawerVisible());
|
| - InspectorTest.addResult("Selected view in drawer: " + WebInspector.inspectorView.selectedViewInDrawer());
|
| - InspectorTest.completeTest();
|
| -}
|
| -
|
| -</script>
|
| -</head>
|
| -
|
| -<body onload="onload()">
|
| -<p>This test checks that loading with emulation turned on by default selects the "Emulation" view in drawer.</p>
|
| -</body>
|
| -</html>
|
|
|