tor-browser

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

custom-highlight-painting-iframe-004-ref.html (250B)


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