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