tor-browser

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

overflow-does-not-apply-to-inline-box.html (655B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com">
      3 <link rel="help" href="https://drafts.csswg.org/css-overflow-3/#overflow-control">
      4 <meta name="assert" content="Overflow does not apply to inline boxes so they do not establish scroll containers.">
      5 <link rel="match" href="../reference/ref-filled-green-100px-square.xht">
      6 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
      7 
      8 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
      9 <div style="font: 100px/1 Ahem; background: red; width: 100px">
     10  <span style="overflow: hidden; border-radius: 50%; color: green">X</span>
     11 </div>