summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/iframe_redirect_local.html
blob: eb109536f05eaf64ad708e6b5c7799176191ede9 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  </head>
  <body>
    Some stuff
    <iframe src="http://jigsaw.w3.org/HTTP/300/301.html"></iframe>
  </body>
</html>