Skip to content

Commit

Permalink
Bug 1672543 [wpt PR 26201] - Check that contain strict and content co…
Browse files Browse the repository at this point in the history
…mpute to the longhands, a=testonly

Automatic update from web-platform-tests
Check that contain strict and content compute to the longhands (#26201)

They serialize back to the shorthand thanks to the shortest
serialization principle
--

wpt-commits: 98c4e2d52402156bfafcd1466985b5336f6c7240
wpt-pr: 26201
  • Loading branch information
frivoal authored and moz-wptsync-bot committed Oct 26, 2020
1 parent 45f825c commit 71fc0ad
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
test_computed_value("contain", "style paint");
test_computed_value("contain", "layout style paint");
test_computed_value("contain", "size layout style paint");
test_computed_value("contain", "size layout paint", "strict");
test_computed_value("contain", "layout paint", "content");
</script>
</body>
</html>

0 comments on commit 71fc0ad

Please sign in to comment.