tor-browser

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

class-names-across-iframes-ref.html (299B)


      1 <!DOCTYPE html>
      2 <html>
      3 <title>Verifies matching of class names across iframes with/without quirks</title>
      4 <body>
      5 <iframe srcdoc="<!DOCTYPE html><html><head><style>p.Testing{color:green;}</style></head><body><p class='Testing'>text that should be green</p></body></html>");
      6 </script>
      7 </body>
      8 </html>