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

Side by Side Diff: LayoutTests/http/tests/inspector-enabled/open-with-emulation-enabled.html

Issue 340723005: [DevTools] Remove unnecessary emulation checkboxes and simplify UX. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 6 months 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/inspector/device-emulation/device-emulation-test.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../inspector/inspector-test.js"></script> 3 <script src="../inspector/inspector-test.js"></script>
4 <script> 4 <script>
5 5
6 function onload() 6 function onload()
7 { 7 {
8 testRunner.showWebInspector(JSON.stringify({lastActivePanel:"\"console\"", o verrideUserAgent: "true", userAgent: "\"some user agent\"", drawerEditorShown: " false"})); 8 testRunner.showWebInspector(JSON.stringify({lastActivePanel:"\"console\"", e mulationEnabled: "true", drawerEditorShown: "false"}));
9 runTest(); 9 runTest();
10 } 10 }
11 11
12 function test() 12 function test()
13 { 13 {
14 InspectorTest.dumpLoadedModules(); 14 InspectorTest.dumpLoadedModules();
15 InspectorTest.completeTest(); 15 InspectorTest.completeTest();
16 } 16 }
17 17
18 </script> 18 </script>
19 </head> 19 </head>
20 20
21 <body onload="onload()"> 21 <body onload="onload()">
22 <p>This test checks that loading with emulation turned on by default loads eleme nts module.</p> 22 <p>This test checks that loading with emulation turned on by default loads eleme nts module.</p>
23 </body> 23 </body>
24 </html> 24 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/inspector/device-emulation/device-emulation-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698