tor-browser

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

rendering-table-caption-with-negative-margins-crash.html (541B)


      1 <!doctype html>
      2 <title>CSS Text Test: Crash rendering a table caption with empty span and negative margins</title>
      3 <link rel="author" title="Javier Fernandez" href="mailto:jfernandez@igalia.com" />
      4 <link rel="help" href="https://crbug.com/1197974">
      5 <meta name="assert" content="The test doesn't crash in debug"/>
      6 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      7 <style>
      8    table { font: 20px/1 Ahem; }
      9    span { margin: -40px; }
     10 </style>
     11 <table><caption>X<span></span><input></input><textarea></textarea></caption></table>