tor-browser

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

has-style-sharing-pseudo-007-ref.html (577B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="David Shin" href="mailto:dshin@mozilla.com">
      3 <link rel="help" href="https://drafts.csswg.org/selectors-4/#relational">
      4 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1876962">
      5 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
      6 <meta name="assert" content="Ensure that style sharing optimizations do not interfere with :has() selector matching.">
      7 <style>
      8 ::marker {
      9  font: 15px/1 Ahem;
     10 }
     11 
     12 .no-marker::marker {
     13  content: '';
     14 }
     15 </style>
     16 <ul>
     17  <li class="no-marker"><span></span></li>
     18  <li></li>
     19 </ul>