summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/newSession_child.html
blob: c01539fcdf9aea9548b3546dcaaff72cb3e3433d (plain)
1
2
3
4
5
6
7
8
9
<html>
    <head>
        <meta charset="utf-8">
        <title>Hello, world!</title>
    </head>
    <body>
        <p>I'm the child</p>
    </body>
</html>