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