tor-browser

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

first-line-input-image-crash.html (271B)


      1 <!DOCTYPE html>
      2 <title>Don't crash when using ::first-line and &lt;input type=image&gt;</title>
      3 <link rel="help" href="https://crbug.com/1486128">
      4 <style>
      5  * { display:initial; }
      6  *::first-line { color:green; }
      7 </style>
      8 <div>PASS if no crash</div>
      9 <input type="image">