tor-browser

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

starting-style-first-letter-crash.html (240B)


      1 <!DOCTYPE html>
      2 <link rel=author href="mailto:jarhar@chromium.org">
      3 <link rel=help href="https://issues.chromium.org/issues/435225409">
      4 
      5 <style>
      6 @starting-style {
      7  div::first-letter {
      8    color: red;
      9  }
     10 }
     11 </style>
     12 
     13 <div>hello world</div>