Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / device-emulation / device-emulation-320-2x.html
bloba25c3486cf0ebfb06c772aa243fd33f4084ba8e8
1 <html>
2 <head>
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>
8 <script>
9 // This test is based on http://jsbin.com/urowoh/latest.
10 setMetaViewport();
11 </script>
13 <style>
14 html {
15 overflow-x: hidden;
18 body {
19 margin: 0;
20 min-height: 1000px;
21 overflow-x: hidden;
23 </style>
25 <script>
26 function test()
28 InspectorTest.testDeviceEmulation("device-emulation-320-2x.html", 1200, 1000, 2, "w=320");
30 </script>
32 </head>
33 <body onload="runTest()">
34 <p>
35 Tests that device emulation affects media rules, viewport meta tag, body dimensions and window.screen.
36 </p>
37 </body>
38 </html>