summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/iframe_redirect_automation.html
blob: 61b81cf563811359475b4611188e6f210e1c82d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  </head>
  <body>
    Some stuff
    <iframe
      src="http://example.org/tests/junit/simple_redirect.sjs?http://example.org"
    ></iframe>
  </body>
</html>