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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/inspector/device-emulation/device-emulation-test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/inspector-enabled/open-with-emulation-enabled.html
diff --git a/LayoutTests/http/tests/inspector-enabled/open-with-emulation-enabled.html b/LayoutTests/http/tests/inspector-enabled/open-with-emulation-enabled.html
index 62cb1ce9166a4165ce3c439bd3fb477770f56a2b..f214646f4600f8f3eb3e045a8b2d8edc46555ced 100644
--- a/LayoutTests/http/tests/inspector-enabled/open-with-emulation-enabled.html
+++ b/LayoutTests/http/tests/inspector-enabled/open-with-emulation-enabled.html
@@ -5,7 +5,7 @@
function onload()
{
- testRunner.showWebInspector(JSON.stringify({lastActivePanel:"\"console\"", overrideUserAgent: "true", userAgent: "\"some user agent\"", drawerEditorShown: "false"}));
+ testRunner.showWebInspector(JSON.stringify({lastActivePanel:"\"console\"", emulationEnabled: "true", drawerEditorShown: "false"}));
runTest();
}
« 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