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

<html>
    <head>
        <meta charset="utf-8">
        <title>Issue 3771 Parent Frame</title>
    </head>
    <body>
        <iframe src="./issue3711.html"></iframe>
    </body>
</html>