3 <script src=
"../inspector/inspector-test.js"></script>
8 testRunner
.showWebInspector(JSON
.stringify({lastActivePanel
:"\"console\"", emulationEnabled
: "true"}));
14 InspectorTest
.addResult("Drawer visible: " + WebInspector
.inspectorView
.drawerVisible());
15 InspectorTest
.addResult("Selected view in drawer: " + WebInspector
.inspectorView
.selectedViewInDrawer());
16 InspectorTest
.completeTest();
22 <body onload=
"onload()">
23 <p>This test checks that loading with emulation turned on by default selects the
"Emulation" view in drawer.
</p>