summaryrefslogtreecommitdiff
path: root/tests/end2end/data/hints/iframe_scroll.html
blob: 16fb0177c4c7255e18b5bfb5e247fb3386e79db0 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>

<html>
    <head>
        <meta charset="utf-8">
        <title>Scrolling inside an iframe</title>
    </head>
    <body>
        <iframe style="margin: 50px;" src="/data/scroll/simple.html"></iframe>
    </body>
</html>