Closed
Bug 1939754
Opened 2 months ago
Closed 1 month ago
[wpt-sync] Sync PR 49876 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=279326
Categories
(Core :: Layout: Generated Content, Lists, and Counters, task, P4)
Core
Layout: Generated Content, Lists, and Counters
Tracking
()
RESOLVED
FIXED
136 Branch
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 49876 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49876
Details from upstream follow.
Tim Nguyen <ntim@apple.com> wrote:
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=279326
WebKit export from bug: CSS counter-* should not eagerly evaluate calc()
Assignee | ||
Updated•2 months ago
|
Component: web-platform-tests → Layout: Generated Content, Lists, and Counters
Product: Testing → Core
Assignee | ||
Comment 1•2 months ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=7752234ff50325f35c048f4a730132f9ce68f5f6
Assignee | ||
Comment 2•2 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 7 subtests
Status Summary
Firefox
OK
: 3
PASS
: 21
FAIL
: 6
Chrome
OK
: 3
PASS
: 19
FAIL
: 8
Safari
OK
: 3
PASS
: 22
FAIL
: 5
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
- /css/css-lists/parsing/counter-increment-valid.html [wpt.fyi]
- e.style['counter-increment'] = "section calc(-2.5)" should set the property value:
FAIL
- e.style['counter-increment'] = "section calc(-2.5)" should set the property value:
- /css/css-lists/parsing/counter-reset-valid.html [wpt.fyi]
- e.style['counter-reset'] = "section calc(-2.5)" should set the property value:
FAIL
- e.style['counter-reset'] = "section calc(-2.5)" should set the property value:
- /css/css-lists/parsing/counter-set-valid.html [wpt.fyi]
- e.style['counter-set'] = "section calc(-2.5)" should set the property value:
FAIL
- e.style['counter-set'] = "section calc(-2.5)" should set the property value:
New Tests That Don't Pass
- /css/css-lists/parsing/counter-increment-valid.html [wpt.fyi]
- e.style['counter-increment'] = "section calc(-2.5)" should set the property value:
FAIL
(Chrome:PASS
, Safari:PASS
) - e.style['counter-increment'] = "section calc(10 + (5 * sign(2cqw - 10px)))" should set the property value:
FAIL
(Chrome:FAIL
, Safari:PASS
)
- e.style['counter-increment'] = "section calc(-2.5)" should set the property value:
- /css/css-lists/parsing/counter-reset-valid.html [wpt.fyi]
- e.style['counter-reset'] = "section calc(-2.5)" should set the property value:
FAIL
(Chrome:PASS
, Safari:PASS
) - e.style['counter-reset'] = "section calc(10 + (5 * sign(2cqw - 10px)))" should set the property value:
FAIL
(Chrome:FAIL
, Safari:PASS
)
- e.style['counter-reset'] = "section calc(-2.5)" should set the property value:
- /css/css-lists/parsing/counter-set-valid.html [wpt.fyi]
- e.style['counter-set'] = "section calc(-2.5)" should set the property value:
FAIL
(Chrome:PASS
, Safari:PASS
) - e.style['counter-set'] = "section calc(10 + (5 * sign(2cqw - 10px)))" should set the property value:
FAIL
(Chrome:FAIL
, Safari:PASS
)
- e.style['counter-set'] = "section calc(-2.5)" should set the property value:
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ae4c00b30db8
[wpt PR 49876] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=279326, a=testonly
https://hg.mozilla.org/integration/autoland/rev/c5d400b026f4
[wpt PR 49876] - Update wpt metadata, a=testonly
https://hg.mozilla.org/mozilla-central/rev/ae4c00b30db8
https://hg.mozilla.org/mozilla-central/rev/c5d400b026f4
Status: NEW → RESOLVED
Closed: 1 month ago
status-firefox136:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•