tor-browser

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

details-crash.html (403B)


      1 <!DOCTYPE HTML>
      2 <link rel="help" href="https://html.spec.whatwg.org/multipage/rendering.html#the-details-and-summary-elements">
      3 <link rel="help" href="https://drafts.csswg.org/css-pseudo-4/#details-content-pseudo">
      4 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1959597">
      5 
      6 <!-- This test passes if it does not crash. -->
      7 
      8 <style>
      9  :is([open],) {}
     10 </style>
     11 <details open></details>