4 <script src=
"../../http/tests/inspector/inspector-test.js"></script>
5 <script src=
"../../http/tests/inspector/elements-test.js"></script>
6 <script src=
"device-emulation-test.js"></script>
9 // This test is based on http://jsbin.com/urowoh/latest.
10 setMetaViewport("w=dw");
28 InspectorTest
.testDeviceEmulation("device-emulation-small-dw.html", 380, 420, 1, "w=dw", undefined, false);
33 <body onload=
"runTest()">
35 Tests that device emulation affects media rules, viewport meta tag, body dimensions and window.screen.
36 Emulating small device on a page with viewport
"width=device-width" set should work without reload for page without scrollbar.