summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/overflow/hidden-html-paged-body-expected.html
blob: 365a351fe5780309b578e2696708b9a197872fde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html style="">
    <head>
        <title>Hidden overflow on HTML, paged overflow on BODY</title>
    </head>
    <body style="background:white; color:black;">
        <div style="overflow:-webkit-paged-x; overflow:paged-x; -webkit-column-gap:0; width:20em; height:20em; background:cyan;">
            <div style="height:35em;">
                <p>There should be a relatively small scrollable box (2 pages) with a cyan background here.</p>
                <p>The viewport should not have scrollbars.</p>
            </div>
        </div>
    </body>
</html>