Bug 1824055 [wpt PR 39154] - CSSTransitionDiscrete: Fix CounterRulesEqual, a=testonly

Automatic update from web-platform-tests
CSSTransitionDiscrete: Fix CounterRulesEqual

Instead of returning the value of base::ranges::equal, the initial
implementation I merged of CounterRulesEqual was throwing away the
return value and unconditionally returning true.

Bug: 1399631, 1413556
Change-Id: I2df45579ddf02056ff48763772d55be7885460fd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4363281
Auto-Submit: Joey Arhar <jarhar@chromium.org>
Reviewed-by: Mason Freed <masonf@chromium.org>
Commit-Queue: Joey Arhar <jarhar@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1121451}

--

wpt-commits: 94fb2031f52efaccd25e5d63ae14874ca7a48798
wpt-pr: 39154
This commit is contained in:
Joey Arhar 2023-03-30 11:05:03 +00:00 коммит произвёл moz-wptsync-bot
Родитель 22c8dbb4ed
Коммит 3f5b7fb934
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -13,6 +13,12 @@ test_no_interpolation({
to: 'add 123'
});
test_no_interpolation({
property: 'counter-increment',
from: 'add 5',
to: 'add 123'
});
test_no_interpolation({
property: 'counter-reset',
from: 'initial',