summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/iframe_unknown_protocol.html
blob: 81fb616b60284c6e362229156fdc02bda797ec46 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
  <head>
    <meta charset="utf-8" />
    <title>Hello, world!</title>
  </head>
  <body>
    <p>Hello, world! From Top Level.</p>
    <iframe src="foo://bar"></iframe>
  </body>
</html>