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