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(); |
} |