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

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