Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Containment Test: Size containment on table-row</title>
<link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com">
<link rel="match" href="reference/pass_if_pass_below_clipped.html">
<meta name=assert content="Size containment doesn't apply to table-row elements.">
<style>
div {
display: table-row;
contain: size;
}
section {
overflow: hidden;
}
</style>
<p>Test passes if there is the word "PASS" below.</p>
<section>
<div>PASS</div>
</section>