Status: FAIL | Duration: 11ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-contain/contain-size-061.html
<!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"> <style> div { contain: size; font-size: 100px; overflow: hidden; } </style> <p>Test passes if the word FAIL is absent. <div>FAIL</div>
/css/css-contain/reference/contain-size-061-ref.html
<!DOCTYPE html> <meta charset="UTF-8"> <title>CSS Reference Test</title> <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <p>Test passes if the word FAIL is absent.