summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/multicol/shrink-to-column-height-for-pagination.html
blob: 517f81323ab7afef8dd2fcc155c9c3cfec770d69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html style="-webkit-writing-mode: vertical-rl;">
<head>
    <script>
        if (window.internals)
            internals.setPagination(document, "RightToLeftPaginated", 0, 400);

        if (window.testRunner) {
            testRunner.waitUntilDone();
            setTimeout('scrollTo(-400, 0); testRunner.notifyDone();', 0);
        }
    </script>
</head>
<body style="width:100%; height:100%;">
    <div style="width:100%; height:100%;">
        <img src="resources/big-green.png" style="width:100%; height:100%; max-width:100%; max-height:100%;"/>
    </div>
</body>
</html>