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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <head>
3 <script src="../inspector/inspector-test.js"></script>
4 <script>
5
6 function onload()
7 {
8 testRunner.showWebInspector(JSON.stringify({lastActivePanel:"\"console\"", e mulationEnabled: "true"}));
9 runTest();
10 }
11
12 function test()
13 {
14 InspectorTest.addResult("Drawer visible: " + WebInspector.inspectorView.draw erVisible());
15 InspectorTest.addResult("Selected view in drawer: " + WebInspector.inspector View.selectedViewInDrawer());
16 InspectorTest.completeTest();
17 }
18
19 </script>
20 </head>
21
22 <body onload="onload()">
23 <p>This test checks that loading with emulation turned on by default selects the "Emulation" view in drawer.</p>
24 </body>
25 </html>
OLDNEW
« 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