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

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

Issue 342443002: [DevTools] Ability to emulate touch or user agent, even when device emulation is turned off. (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 | Source/devtools/front_end/ResponsiveDesignView.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 7ecbfb4c6574527536ccba9729932771ebecf492..62cb1ce9166a4165ce3c439bd3fb477770f56a2b 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", drawerEditorShown: "false"}));
+ testRunner.showWebInspector(JSON.stringify({lastActivePanel:"\"console\"", overrideUserAgent: "true", userAgent: "\"some user agent\"", drawerEditorShown: "false"}));
runTest();
}
« no previous file with comments | « no previous file | Source/devtools/front_end/ResponsiveDesignView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698