summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/newSession_child.html
blob: 28fd01980432301ef5b5010505621f58c8f3355c (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>