Closed
Bug 1718452
Opened 4 years ago
Closed 4 years ago
Perma /svg/*/SVGGeometryElement.getPointAtLength-04.svg | SVGGeometryElement.getPointAtLength: 'display' and a valid path, path with display: none and inline style - SVGGeometryElement.getPointAtLength: No path available for measuring when Gecko 91
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
VERIFIED
FIXED
91 Branch
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox-esr91 | --- | unaffected |
firefox89 | --- | unaffected |
firefox90 | --- | unaffected |
firefox91 | --- | verified |
People
(Reporter: imoraru, Assigned: longsonr)
References
Details
Attachments
(1 file)
Central as beta simulation: https://treeherder.mozilla.org/jobs?repo=try&resultStatus=testfailed%2Cbusted%2Cexception%2Cretry%2Cusercancel%2Crunnable&revision=a4446b6f02f7ace2c410a0608167174455b47d12
How to run these simulations: https://wiki.mozilla.org/Sheriffing/How_To/Beta_simulations#TRUNK_AS_EARLY_BETA
Failure log: https://treeherder.mozilla.org/logviewer?job_id=343986274&repo=try&lineNumber=21534
[task 2021-06-27T12:49:59.458Z] 12:49:59 INFO - TEST-START | /svg/types/scripted/SVGGeometryElement.getPointAtLength-04.svg
[task 2021-06-27T12:49:59.463Z] 12:49:59 INFO - Closing window efc938af-9d01-44e1-8e6a-7487867652fc
[task 2021-06-27T12:49:59.938Z] 12:49:59 INFO - PID 24708 | JavaScript error: , line 0: NetworkError: FetchEvent.respondWith() Promise rejected
[task 2021-06-27T12:49:59.998Z] 12:49:59 INFO - PID 24708 | [Child 24837, Worker Launcher] WARNING: 'aResult.IsReject()', file /builds/worker/checkouts/gecko/dom/serviceworkers/FetchEventOpProxyChild.cpp:97
[task 2021-06-27T12:49:59.999Z] 12:49:59 INFO - PID 24708 | JavaScript error: , line 0: NetworkError: AutoCancel
[task 2021-06-27T12:50:00.011Z] 12:50:00 INFO -
[task 2021-06-27T12:50:00.011Z] 12:50:00 INFO - TEST-PASS | /svg/types/scripted/SVGGeometryElement.getPointAtLength-04.svg | SVGGeometryElement.getPointAtLength: 'display' and a valid path, path with display: defualt
[task 2021-06-27T12:50:00.011Z] 12:50:00 INFO - TEST-PASS | /svg/types/scripted/SVGGeometryElement.getPointAtLength-04.svg | SVGGeometryElement.getPointAtLength: 'display' and a valid path, path with display: none
[task 2021-06-27T12:50:00.011Z] 12:50:00 INFO - TEST-UNEXPECTED-FAIL | /svg/types/scripted/SVGGeometryElement.getPointAtLength-04.svg | SVGGeometryElement.getPointAtLength: 'display' and a valid path, path with display: none and inline style - SVGGeometryElement.getPointAtLength: No path available for measuring
[task 2021-06-27T12:50:00.011Z] 12:50:00 INFO - @http://web-platform.test:8000/svg/types/scripted/SVGGeometryElement.getPointAtLength-04.svg:23:25
[task 2021-06-27T12:50:00.011Z] 12:50:00 INFO - Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2087:25
[task 2021-06-27T12:50:00.011Z] 12:50:00 INFO - test@http://web-platform.test:8000/resources/testharness.js:557:30
[task 2021-06-27T12:50:00.011Z] 12:50:00 INFO - @http://web-platform.test:8000/svg/types/scripted/SVGGeometryElement.getPointAtLength-04.svg:21:7
[task 2021-06-27T12:50:00.011Z] 12:50:00 INFO - @http://web-platform.test:8000/svg/types/scripted/SVGGeometryElement.getPointAtLength-04.svg:20:50
[task 2021-06-27T12:50:00.015Z] 12:50:00 INFO - ..........
[task 2021-06-27T12:50:00.015Z] 12:50:00 INFO - TEST-OK | /svg/types/scripted/SVGGeometryElement.getPointAtLength-04.svg | took 553ms
Reporter | ||
Comment 1•4 years ago
|
||
This could be what's causing the problems: https://hg.mozilla.org/mozilla-central/rev/aacdf6cb28ba
Flags: needinfo?(james)
Regressions: 1717041
Assignee | ||
Comment 2•4 years ago
|
||
CSS path syntax is only enabled via a pref layout.css.d-property.enabled I assume the test needs to be fixed to pass/fail based on this pref.
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 4•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → longsonr
Status: NEW → ASSIGNED
Pushed by longsonr@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/8a4d79384f2c
Fix SVGGeometryElement.getPointAtLength-04.svg on non-nightly environments r=emilio
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/29531 for changes under testing/web-platform/tests
Reporter | ||
Comment 7•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
Comment 8•4 years ago
|
||
Verified fixed in today's central-as-early-beta simulation.
Status: RESOLVED → VERIFIED
Upstream PR merged by moz-wptsync-bot
Comment hidden (Intermittent Failures Robot) |
Updated•4 years ago
|
Flags: needinfo?(james)
You need to log in
before you can comment on or make changes to this bug.
Description
•