summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/iframe_http_only.html
blob: 8f94d6c86d1bf1d79112afb2691d322ac52fdb81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  </head>
  <body>
    Some stuff
    <iframe
      src="http://expired.example.com/"
      width="100%"
      height="100%"
    ></iframe>
  </body>
</html>