summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/viewport/viewport-113.html
blob: e44e800193c12cf6826bff4e3ea05812896fc2a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<head>
    <title>Width not recognized in "=x hei og hopp width=400"</title>
    <meta name="viewport" content="=x hei og hopp width=400">
    <script>
        function test() {
            if (window.testRunner) {
                testRunner.dumpAsText();
                alert(internals.configurationForViewport(document, 1, 320, 480, 320, 352));
            }
        }
    </script>
</head>
<body onload="test();">