Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector-enabled/open-with-emulation-enabled.html

Issue 1450183003: DevTools: given test no longer makes sense for device mode v2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector-enabled/open-with-emulation-enabled-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector-enabled/open-with-emulation-enabled-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698