| 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 75328e5e8aeb2a1bd1a59aeba63c0b026c0898fc..23de16f99553fcad3548aa5a9251e62264c25dff 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\"", emulationEnabled: "true", drawerEditorShown: "false"}));
|
| + testRunner.showWebInspector(JSON.stringify({lastActivePanel:"\"console\"", emulationEnabled: "true"}));
|
| runTest();
|
| }
|
|
|
|
|