summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/saveState.html
blob: c85b528f016ae10a1cb6b1fb855705d1bcaf78ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
  <head>
    <meta charset="utf-8" />
    <title>Hello, world!</title>
    <meta name="viewport" content="width=device-width,initial-scale=1" />
    <style>
      p {
        height: 300vh;
      }
    </style>
  </head>
  <body>
    <form id="form">
      <input type="text" id="name" />
    </form>
    <p>Hello, world!</p>
  </body>
</html>