Skip to content

Commit

Permalink
[@container] Keep duplicate container names in computed value
Browse files Browse the repository at this point in the history
Per resolution [1], don't remove duplicate container names from the
computed value.

[1] w3c/csswg-drafts#7181

Bug: 1145970
Change-Id: I3950c9dafefe952cbbe90cec4e1df09d8e9382e3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3663167
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1007289}
  • Loading branch information
Rune Lillesveen authored and chromium-wpt-export-bot committed May 25, 2022
1 parent c302647 commit 3934e0c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
test_computed_value('container-name', 'FoO');
test_computed_value('container-name', 'foo bar');
test_computed_value('container-name', 'bar foo');
test_computed_value('container-name', 'foo foo bar', 'foo bar');
test_computed_value('container-name', 'foo bar foo', 'foo bar');
test_computed_value('container-name', 'bar foo foo', 'bar foo');
test_computed_value('container-name', 'foo foo bar');
test_computed_value('container-name', 'foo bar foo');
test_computed_value('container-name', 'bar foo foo');
test_computed_value('container-name', '\\!escaped');
</script>

0 comments on commit 3934e0c

Please sign in to comment.