blob: 2af24fc24be02525b2082cd87e4f07d8be995a5b [file] [log] [blame]
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Containment Test: 'contain: size' applies to block box (basic)</title>
<link rel="author" title="GĂ©rard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<link rel="help" href="https://www.w3.org/TR/css-contain-1/#containment-size">
<link rel="match" href="reference/contain-size-061-ref.html">
<meta name="flags" content="">
<style>
div
{
contain: size;
font-size: 100px;
overflow: hidden;
}
</style>
<p>Test passes if the word FAIL is absent.
<div>FAIL</div>