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.
28 InspectorTest
.testDeviceEmulation("device-emulation-small.html", 380, 420, 1, "none");
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 without viewport set should take UA viewport settings into account.