[wpt-sync] Sync PR 45983 - Always build marker positions regardless of if markers actually exist
Categories
(Core :: SVG, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox127 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45983 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45983
Details from upstream follow.
Fredrik Söderquist <fs@opera.com> wrote:
Always build marker positions regardless of if markers actually exist
When a marker with an id that had previously been referenced in the
document appeared, the marker positions would be invalid and not be
updated - thus markers would not be painted at all.Don't check for/require marker existence to calculate marker positions.
This may be sub-optimal for documents where markers are in error, but
those should be considered edge-cases.Bug: 40134477
Change-Id: I965c3f10f6a92fa5b07478978e31303646e1d0c6Reviewed-on: https://chromium-review.googlesource.com/5497516
WPT-Export-Revision: cf3cd73d636494e25150707f6689e9a425b2a107
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS: 1
Chrome
FAIL: 1
Safari
PASS: 1
Links
Comment 4•1 year ago
|
||
| bugherder | ||
Description
•