[wpt-sync] Sync PR 39154 - CSSTransitionDiscrete: Fix CounterRulesEqual
Categories
(Core :: Layout: Generated Content, Lists, and Counters, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox114 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 39154 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/39154
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
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: I2df45579ddf02056ff48763772d55be7885460fdReviewed-on: https://chromium-review.googlesource.com/4363281
WPT-Export-Revision: b8af8d505d8446cbeaec0bf8319f4c8e8b5fe2ac
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
|
||
| Assignee | ||
Comment 3•2 years ago
|
||
| Assignee | ||
Comment 4•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 186 subtests
Status Summary
Firefox
OK : 1
PASS: 150[GitHub] 168[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt]
FAIL: 18
Chrome
OK : 1
PASS: 150
FAIL: 18
Safari
OK : 1
PASS: 125
FAIL: 43
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-lists/css-lists-no-interpolation.html [wpt.fyi]
- CSS Transitions: property <counter-increment> from [initial] to [add 123] at (-0.3) should be [initial]:
FAIL(Chrome:FAIL, Safari:FAIL) - CSS Transitions: property <counter-increment> from [initial] to [add 123] at (0) should be [initial]:
FAIL(Chrome:FAIL, Safari:FAIL) - CSS Transitions: property <counter-increment> from [initial] to [add 123] at (0.3) should be [initial]:
FAIL(Chrome:FAIL, Safari:FAIL) - CSS Transitions: property <counter-increment> from [add 5] to [add 123] at (-0.3) should be [add 5]:
FAIL(Chrome:FAIL, Safari:FAIL) - CSS Transitions: property <counter-increment> from [add 5] to [add 123] at (0) should be [add 5]:
FAIL(Chrome:FAIL, Safari:FAIL) - CSS Transitions: property <counter-increment> from [add 5] to [add 123] at (0.3) should be [add 5]:
FAIL(Chrome:FAIL, Safari:FAIL) - CSS Transitions: property <counter-reset> from [initial] to [add 123] at (-0.3) should be [initial]:
FAIL(Chrome:FAIL, Safari:FAIL) - CSS Transitions: property <counter-reset> from [initial] to [add 123] at (0) should be [initial]:
FAIL(Chrome:FAIL, Safari:FAIL) - CSS Transitions: property <counter-reset> from [initial] to [add 123] at (0.3) should be [initial]:
FAIL(Chrome:FAIL, Safari:FAIL) - CSS Transitions: property <counter-set> from [initial] to [add 123] at (-0.3) should be [initial]:
FAIL(Chrome:FAIL, Safari:FAIL) - CSS Transitions: property <counter-set> from [initial] to [add 123] at (0) should be [initial]:
FAIL(Chrome:FAIL, Safari:FAIL) - CSS Transitions: property <counter-set> from [initial] to [add 123] at (0.3) should be [initial]:
FAIL(Chrome:FAIL, Safari:FAIL) - CSS Transitions: property <list-style-position> from [initial] to [inside] at (-0.3) should be [initial]:
FAIL(Chrome:FAIL, Safari:FAIL) - CSS Transitions: property <list-style-position> from [initial] to [inside] at (0) should be [initial]:
FAIL(Chrome:FAIL, Safari:FAIL) - CSS Transitions: property <list-style-position> from [initial] to [inside] at (0.3) should be [initial]:
FAIL(Chrome:FAIL, Safari:FAIL) - CSS Transitions: property <list-style-type> from [initial] to [square] at (-0.3) should be [initial]:
FAIL(Chrome:FAIL, Safari:FAIL) - CSS Transitions: property <list-style-type> from [initial] to [square] at (0) should be [initial]:
FAIL(Chrome:FAIL, Safari:FAIL) - CSS Transitions: property <list-style-type> from [initial] to [square] at (0.3) should be [initial]:
FAIL(Chrome:FAIL, Safari:FAIL)
- CSS Transitions: property <counter-increment> from [initial] to [add 123] at (-0.3) should be [initial]:
Comment 6•2 years ago
|
||
| bugherder | ||
Description
•