summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/viewport/viewport-125.html
blob: 7f4bb78e617d0296fd632cc049a3bb5dbc070731 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<head>
    <title>Check that EM SPACE is not a separator space</title>
    <meta name="viewport" content="width=&#x2003;device-width">
    <script>
        function test() {
            if (window.testRunner) {
                testRunner.dumpAsText();
                alert(internals.configurationForViewport(document, 1, 320, 480, 320, 352));
            }
        }
    </script>
</head>
<body onload="test();">