tor-browser

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

custom-highlight-painting-iframe-005-ref.html (269B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <body>
      4 <iframe
      5  id="iframe"
      6  srcdoc="
      7    <style>
      8      span {
      9        color: blue;
     10        background-color: cyan;
     11      }
     12    </style>
     13    <span id='span-iframe'>abc</span>
     14  "
     15  >
     16 </iframe>
     17 <br>
     18 <span id="span-doc">abc</span>