Closed
Bug 1908357
Opened 1 year ago
Closed 1 year ago
Perma [W-b] /scroll-animations/css/animation-shorthand.html | single tracking bug
Categories
(Core :: Layout, defect, P5)
Core
Layout
Tracking
()
RESOLVED
FIXED
130 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox-esr128 | --- | unaffected |
| firefox128 | --- | unaffected |
| firefox129 | --- | unaffected |
| firefox130 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: boris)
References
(Regression)
Details
(Keywords: intermittent-failure, intermittent-testcase, regression)
Attachments
(1 file)
Filed by: smolnar [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=466682998&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Zj5zlzXGSc-eEBC3KhmfWg/runs/0/artifacts/public/logs/live_backing.log
TEST-PASS | /scroll-animations/css/animation-shorthand.html | e.style['animation'] = "1s linear 1s 2 reverse forwards paused anim 2000" should not set the property value
[task 2024-07-17T11:51:17.334Z] 11:51:17 INFO - TEST-FAIL | /scroll-animations/css/animation-shorthand.html | e.style['animation'] = "1s linear 1s 2 reverse forwards paused anim scroll()" should not set the property value - assert_equals: expected "" but got "1s linear 1s 2 reverse forwards paused anim scroll()"
[task 2024-07-17T11:51:17.334Z] 11:51:17 INFO - test_invalid_value/<@http://web-platform.test:8000/css/support/parsing-testcommon.js:49:22
[task 2024-07-17T11:51:17.334Z] 11:51:17 INFO - Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
[task 2024-07-17T11:51:17.334Z] 11:51:17 INFO - test@http://web-platform.test:8000/resources/testharness.js:633:30
[task 2024-07-17T11:51:17.334Z] 11:51:17 INFO - test_invalid_value@http://web-platform.test:8000/css/support/parsing-testcommon.js:45:9
[task 2024-07-17T11:51:17.334Z] 11:51:17 INFO - @http://web-platform.test:8000/scroll-animations/css/animation-shorthand.html:18:19
[task 2024-07-17T11:51:17.334Z] 11:51:17 INFO - TEST-FAIL | /scroll-animations/css/animation-shorthand.html | e.style['animation'] = "1s linear 1s 2 reverse forwards paused anim view()" should not set the property value - assert_equals: expected "" but got "1s linear 1s 2 reverse forwards paused anim view()"
[task 2024-07-17T11:51:17.334Z] 11:51:17 INFO - test_invalid_value/<@http://web-platform.test:8000/css/support/parsing-testcommon.js:49:22
[task 2024-07-17T11:51:17.334Z] 11:51:17 INFO - Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
[task 2024-07-17T11:51:17.334Z] 11:51:17 INFO - test@http://web-platform.test:8000/resources/testharness.js:633:30
[task 2024-07-17T11:51:17.334Z] 11:51:17 INFO - test_invalid_value@http://web-platform.test:8000/css/support/parsing-testcommon.js:45:9
[task 2024-07-17T11:51:17.334Z] 11:51:17 INFO - @http://web-platform.test:8000/scroll-animations/css/animation-shorthand.html:20:19
[task 2024-07-17T11:51:17.334Z] 11:51:17 INFO - TEST-UNEXPECTED-PASS | /scroll-animations/css/animation-shorthand.html | e.style['animation'] = "1s linear 1s 2 reverse forwards paused anim timeline" should not set the property value - expected FAIL
[task 2024-07-17T11:51:17.334Z] 11:51:17 INFO - TEST-INFO | expected FAIL
[task 2024-07-17T11:51:17.350Z] 11:51:17 INFO - ...................
[task 2024-07-17T11:51:17.350Z] 11:51:17 INFO - TEST-OK | /scroll-animations/css/animation-shorthand.html | took 254ms
Comment 1•1 year ago
|
||
Set release status flags based on info from the regressing bug 1907210
:boris, since you are the author of the regressor, bug 1907210, could you take a look?
For more information, please visit BugBot documentation.
status-firefox128:
--- → unaffected
status-firefox129:
--- → unaffected
status-firefox130:
--- → affected
status-firefox-esr115:
--- → unaffected
status-firefox-esr128:
--- → unaffected
Flags: needinfo?(boris.chiou)
| Assignee | ||
Comment 2•1 year ago
|
||
We expect that we don't accept timeline name in the shorthand for now,
so we should use a valid syntax of timeline name for test.
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → boris.chiou
Flags: needinfo?(boris.chiou)
Pushed by bchiou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/73216b85bd3c
Update animation shorthand test to use <dashed-ident>. r=firefox-style-system-reviewers,layout-reviewers,emilio
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/47184 for changes under testing/web-platform/tests
| Comment hidden (Intermittent Failures Robot) |
Comment 6•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
Upstream PR merged by moz-wptsync-bot
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•