Update web-platform-tests to revision b'ee6da9d71d0268d7fdb04e8e5b26858f46ee0cc4'

This commit is contained in:
WPT Sync Bot 2022-01-20 04:38:55 +00:00 committed by cybai
parent 4401622eb1
commit b77ad115f6
16832 changed files with 270819 additions and 87621 deletions

View file

@ -2,8 +2,8 @@
<html>
<head>
<meta charset="utf-8">
<title>CSS Containment Module Level 1: getComputedStyle().contain</title>
<link rel="help" href="https://drafts.csswg.org/css-contain/#contain-property">
<title>CSS Containment Module Level 3: getComputedStyle().contain</title>
<link rel="help" href="https://drafts.csswg.org/css-contain-3/#contain-property">
<meta name="assert" content="contain computed value is as specified.">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
@ -26,6 +26,8 @@ test_computed_value("contain", "style layout paint", "content");
test_computed_value("contain", "size style layout paint", "strict");
test_computed_value("contain", "size layout paint", "size layout paint");
test_computed_value("contain", "layout paint");
test_computed_value("contain", "inline-size");
test_computed_value("contain", "inline-size layout style paint");
</script>
</body>
</html>