[wpt-sync] Sync PR 61646 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=298890
Categories
(Core :: SVG, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox155 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 61646 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/61646
Details from upstream follow.
Chris Dumez <cdumez@apple.com> wrote:
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=298890
WebKit export from bug: toRelatedAcuteAngle in GeometryUtilities.cpp doesn't handle an angle greater than 270 degrees
| Assignee | ||
Updated•1 month ago
|
| Assignee | ||
Comment 1•1 month ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=1208f9aea730ab6ec6c60b36834d4673f7f82c93
| Assignee | ||
Comment 2•1 month ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 147 tests and 18 subtests
Status Summary
Firefox
OK : 45
PASS: 1[GitHub] 4[Gecko-linux2204-64-wayland-debug, Gecko-linux2204-64-wayland-opt] 4946[Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt] 5042[Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
FAIL: 13[Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt] 15[Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
Chrome
PASS: 1
Safari
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/motion/offset-path-ray-022.html [wpt.fyi]:
FAIL - /css/motion/offset-path-url-012.html [wpt.fyi]:
FAIL - /css/motion/offset-path-bounding-client-rect.html [wpt.fyi]
- Bounding client rect for #blue:
FAIL
- Bounding client rect for #blue:
- /css/motion/parsing/offset-path-computed.html [wpt.fyi]
- Property offset-path value 'polygon(round 1em, 1px 2px, 3em 4em)':
FAIL - Property offset-path value 'polygon(evenodd round 6pt, 1px 2px, 3em 4em, 6pt 6%)':
FAIL - Property offset-path value 'polygon(round 0px, 1px 2px, 3px 4px)':
FAIL - Property offset-path value 'polygon(round calc(1em + 2px), 1px 2px, 3px 4px)':
FAIL
- Property offset-path value 'polygon(round 1em, 1px 2px, 3em 4em)':
- /css/motion/parsing/offset-path-parsing-valid.html [wpt.fyi]
- e.style['offset-path'] = "polygon(round 0px, 1px 2px, 3px 4px)" should set the property value:
FAIL - e.style['offset-path'] = "polygon(round 1px, 1% 2%)" should set the property value:
FAIL - e.style['offset-path'] = "polygon(nonzero round 1px, 1px 2px, 3em 4em)" should set the property value:
FAIL - e.style['offset-path'] = "polygon(evenodd round 1px, 1px 2px, 3em 4em, 5pt 6%)" should set the property value:
FAIL - e.style['offset-path'] = "polygon(round calc(1em + 2px), 1px 2px, 3px 4px)" should set the property value:
FAIL
- e.style['offset-path'] = "polygon(round 0px, 1px 2px, 3px 4px)" should set the property value:
- /css/motion/parsing/offset-path-shape-parsing.html [wpt.fyi]
- e.style['offset-path'] = "shape(evenodd from 0px 0px, line to 10px 10px)" should set the property value:
FAIL - e.style['offset-path'] = "shape(nonzero from 0px 0px, line to 10px 10px)" should set the property value:
FAIL - e.style['offset-path'] = "shape(evenodd from 0px 0px, close)" should set the property value:
FAIL
- e.style['offset-path'] = "shape(evenodd from 0px 0px, line to 10px 10px)" should set the property value:
Description
•