Closed
Bug 1574645
Opened 4 years ago
Closed 4 years ago
[wpt-sync] Sync PR 18511 - Don't wrap min/max() in calc() in CSS value serialization
Categories
(Core :: CSS Parsing and Computation, task, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 18511 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/18511
Details from upstream follow.
Xiaocheng Hu <xiaochengh@chromium.org> wrote:
Don't wrap min/max() in calc() in CSS value serialization
Bug: 825895
Change-Id: I98e3327a82352a90db9a74b1adc4b62ffd54c4ee
Reviewed-on: https://chromium-review.googlesource.com/1758834
WPT-Export-Revision: c71bf9ea31595a993ef5f627718da5aa88aeacd3
Assignee | ||
Updated•4 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
Assignee | ||
Updated•4 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•4 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Updated•4 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•4 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Updated•4 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•4 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Updated•4 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•4 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 1•4 years ago
|
||
Pushed to try https://treeherder.mozilla.org/#/jobs?repo=try&revision=470c62d989d77418042b866a3da6181a5aefe5e2
Assignee | ||
Comment 2•4 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=5cb58e22fcd497b56417737fb2cba836c7d7273c
Assignee | ||
Comment 3•4 years ago
|
||
Ran 1 tests and 8 subtests OK : 1 FAIL : 8 New tests that have failures or other problems: /css/css-values/minmax-angle-serialize.html e.style['transform'] = "rotate(max(1deg))" should set the property value: FAIL e.style['transform'] = "rotate(max(1grad))" should set the property value: FAIL e.style['transform'] = "rotate(max(1rad))" should set the property value: FAIL e.style['transform'] = "rotate(max(1turn))" should set the property value: FAIL e.style['transform'] = "rotate(min(1deg))" should set the property value: FAIL e.style['transform'] = "rotate(min(1grad))" should set the property value: FAIL e.style['transform'] = "rotate(min(1rad))" should set the property value: FAIL e.style['transform'] = "rotate(min(1turn))" should set the property value: FAIL
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/08fa9634c672 [wpt PR 18511] - Don't wrap min/max() in calc() in CSS value serialization, a=testonly https://hg.mozilla.org/integration/mozilla-inbound/rev/61e47a4752e1 [wpt PR 18511] - Update wpt metadata, a=testonly
Comment 5•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/08fa9634c672
https://hg.mozilla.org/mozilla-central/rev/61e47a4752e1
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•