Skip to content

Commit 98c4e2d

Browse files
authored
Check that contain strict and content compute to the longhands (#26201)
They serialize back to the shorthand thanks to the shortest serialization principle
1 parent 1821fb5 commit 98c4e2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css/css-contain/parsing/contain-computed.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
test_computed_value("contain", "style paint");
2525
test_computed_value("contain", "layout style paint");
2626
test_computed_value("contain", "size layout style paint");
27+
test_computed_value("contain", "size layout paint", "strict");
28+
test_computed_value("contain", "layout paint", "content");
2729
script>
2830
body>
2931
html>

0 commit comments

Comments
 (0)