summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/iframe_hello.html
blob: 531ddcb2b6f7e59b6103393429d498dd4a494b2f (plain)
1
2
3
4
5
6
7
8
9
10
<html>
    <head>
        <meta charset="utf-8">
        <title>Hello, world!</title>
    </head>
    <body>
        <p>Hello, world! From Top Level.</p>
        <iframe src="hello.html"></iframe>
    </body>
</html>