tor-browser

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

custom-highlight-painting-iframe-006-ref.html (162B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <body>
      4 <iframe
      5  id="iframe"
      6  srcdoc="<span id='span-iframe'>abc</span>"
      7  >
      8 </iframe>
      9 <br>
     10 <span id="span-doc">abc</span>