chromium/third_party/blink/web_tests/external/wpt/css/css-contain/contain-size-012.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Containment Test: Size containment on display:table</title>
<link rel="author" title="Manuel Rego Casasnovas" href="mailto:[email protected]">
<link rel="help" href="https://drafts.csswg.org/css-contain-1/#containment-size">
<link rel="match" href="reference/pass_if_pass_below_clipped.html">
<meta name=assert content="Size containment doesn't apply to table boxes.">
<style>
div {
  display: table;
  contain: size;
  overflow: hidden;
}
</style>

<p>Test passes if there is the word "PASS" below.</p>
<div>PASS</div>