Skip to content

Commit

Permalink
Bug 1770934 [wpt PR 34186] - [@container] Keep duplicate container na…
Browse files Browse the repository at this point in the history
…mes in computed value, a=testonly

Automatic update from web-platform-tests
[@container] Keep duplicate container names in computed value

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 <[email protected]>
Commit-Queue: Rune Lillesveen <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1007289}

--

wpt-commits: 3934e0c2fdd6d188009de9e3026003663916fc1e
wpt-pr: 34186
  • Loading branch information
Rune Lillesveen authored and moz-wptsync-bot committed May 26, 2022
1 parent 0338450 commit e20b997
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 e20b997

Please sign in to comment.