tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

doc_iframe.html (565B)


      1 <!-- Any copyright is dedicated to the Public Domain.
      2     http://creativecommons.org/publicdomain/zero/1.0/ -->
      3 <!DOCTYPE html>
      4 
      5 <html>
      6  <head>
      7    <meta charset="utf-8"/>
      8    <title>iframe test page</title>
      9  </head>
     10 
     11  <body>
     12    <iframe id="better-not-ask" src="data:text/html,<iframe src='data:text/html,foo'></iframe>"></iframe>
     13    <!-- This page is loaded on an example.org subdomain, so we switch to .com -->
     14    <iframe id="remote-frame" src="http://example.com/browser/devtools/server/tests/browser/doc_iframe_content.html"></iframe>
     15  </body>
     16 
     17 </html>