summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/popup.html
blob: 03a8515159cbedf848b9b9a82da11c75f50cd24a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
    <head>
        <meta charset="utf-8">
        <title>Hello, world!</title>
    </head>
    <body>
        <p>Launching popup...</p>
        <script>
            window.open("hello.html");
        </script>
    </body>
</html>