tor-browser

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

duplicate-media-stylesheet-crash.html (255B)


      1 <!DOCTYPE html>
      2 <title>Crash test: duplicate stylesheet with non-matching media</title>
      3 <link rel="help" href="https://issues.chromium.org/issues/463405540">
      4 <style media="unknown">
      5  p {}
      6 </style>
      7 <style media="unknown">
      8  p {}
      9 </style>
     10 PASS if no crash