Skip to content

Commit

Permalink
Bug 1754449 [wpt PR 32770] - [@container] Remove support for containe…
Browse files Browse the repository at this point in the history
…r[-type]:block-size, a=testonly

Automatic update from web-platform-tests
[@container] Remove support for container[-type]:block-size

Fixed: 1295224
Change-Id: I6723ab76496c3ad8d54e8ee4fd232f08582d097b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3447367
Reviewed-by: Rune Lillesveen <[email protected]>
Commit-Queue: Anders Hartvoll Ruud <[email protected]>
Cr-Commit-Position: refs/heads/main@{#969410}

--

wpt-commits: 810b6c9097ee568326e239963449301f6dc568b5
wpt-pr: 32770
  • Loading branch information
andruud authored and moz-wptsync-bot committed Mar 7, 2022
1 parent a1b0d50 commit 0d968f4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@
test_container_selector_valid('type(size)');
test_container_selector_valid('type( size )');
test_container_selector_valid('type(inline-size)');
test_container_selector_valid('type(block-size)');
test_container_selector_valid('name(bar) type(block-size)');
test_container_selector_valid('type(block-size) name(bar)');

test_container_selector_invalid('foo foo');
test_container_selector_invalid('1px');
Expand All @@ -140,4 +137,7 @@
test_container_selector_invalid('name(foo) type(size) name(bar)');
test_container_selector_invalid('name(type(size))');
test_container_selector_invalid('type(name(bar))');
test_container_selector_invalid('type(block-size)');
test_container_selector_invalid('name(bar) type(block-size)');
test_container_selector_invalid('type(block-size) name(bar)');
</script>

0 comments on commit 0d968f4

Please sign in to comment.