[wpt-sync] Sync PR 50094 - shape() - target point should be first in arc
Categories
(Core :: Web Painting, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50094 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50094
Details from upstream follow.
Noam Rosenthal <nrosenthal@chromium.org> wrote:
shape() - target point should be first in arc
Based on new CSSWG resolution, by/to always comes before the other
params.
See https://drafts.csswg.org/css-shapes-2/#typedef-shape-arc-commandBug: 384870259
Change-Id: Icb4b79c8293e53cfc24ba4e9fd2def199315fb5cReviewed-on: https://chromium-review.googlesource.com/6172222
WPT-Export-Revision: e4d38d695813aa63b93fa10586178aefd2b7ddd8
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 1•1 month ago
|
||
Assignee | ||
Comment 2•1 month ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 1 tests and 40 subtests
Status Summary
Firefox
OK
: 1
PASS
: 36
FAIL
: 4
Chrome
OK
: 1
PASS
: 27
FAIL
: 13
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-masking/parsing/clip-path-shape-parsing.html [wpt.fyi]
- e.style['clip-path'] = "shape(from 10px 10px, curve to 50px 20px with 10rem 1%)" should set the property value:
FAIL
(Chrome:FAIL
) - e.style['clip-path'] = "shape(from 10px 10px, curve to 50px 20px with 10rem 1px / 20vh 1ch)" should set the property value:
FAIL
(Chrome:FAIL
) - e.style['clip-path'] = "shape(from 10px 10px, curve by 50px 20px with 10rem 1px / 20vh 1ch)" should set the property value:
FAIL
(Chrome:FAIL
) - e.style['clip-path'] = "shape(from 10px 10px, smooth to 50px 20px with 10rem 1%)" should set the property value:
FAIL
(Chrome:FAIL
)
- e.style['clip-path'] = "shape(from 10px 10px, curve to 50px 20px with 10rem 1%)" should set the property value:
Comment 4•1 month ago
|
||
bugherder |
Description
•