summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/pagination/div-make-paginated-expected.html
blob: 24afc07185fe0f4155f9f1d2e34246e59ac2488a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
    <head>
        <title>Dynamically set paged overflow on a DIV element</title>
    </head>
    <body>
        <div id="elm" style="width:30em; height:10em; overflow:-webkit-paged-x; overflow:paged-x;">
            There should be no text below.
            <div style="margin-top:10em;">FAIL</div>
        </div>
    </body>
</html>