Closed
Bug 1869509
Opened 1 year ago
Closed 1 year ago
[wpt-sync] Sync PR 43626 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=266234
Categories
(Core :: CSS Transitions and Animations, task, P4)
Core
CSS Transitions and Animations
Tracking
()
RESOLVED
FIXED
123 Branch
Tracking | Status | |
---|---|---|
firefox123 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 43626 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/43626
Details from upstream follow.
Antoine Quint <graouts@apple.com> wrote:
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=266234
WebKit export from bug: [css-transitions]
transition
property should use shortest serialization rule
Assignee | ||
Updated•1 year ago
|
Component: web-platform-tests → CSS Transitions and Animations
Product: Testing → Core
Assignee | ||
Updated•1 year ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•1 year ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 1•1 year ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=f6c5838b54f5097099aaa8f71d275e9cdd732120
Assignee | ||
Updated•1 year ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•1 year ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 2•1 year ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=d9c799f7e2bfdd820496cc0b5950b517f2ad752a
Assignee | ||
Comment 3•1 year ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 10 subtests
Status Summary
Firefox
OK
: 2
PASS
: 3
FAIL
: 35
Chrome
OK
: 2
PASS
: 17
FAIL
: 21
Safari
OK
: 2
PASS
: 3
FAIL
: 35
Links
Details
New Tests That Don't Pass
- /css/css-transitions/parsing/transition-behavior.html [wpt.fyi]
- e.style['transition-behavior'] = "normal" should set the property value:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Property transition-behavior value 'normal':
FAIL
(Chrome:PASS
, Safari:FAIL
) - e.style['transition-behavior'] = "allow-discrete" should set the property value:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Property transition-behavior value 'allow-discrete':
FAIL
(Chrome:PASS
, Safari:FAIL
) - e.style['transition'] = "allow-discrete display" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property transition value 'allow-discrete display':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['transition'] = "allow-discrete display 3s" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property transition value 'allow-discrete display 3s':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['transition'] = "allow-discrete display 3s 1s" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property transition value 'allow-discrete display 3s 1s':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['transition'] = "allow-discrete display 3s ease-in-out" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property transition value 'allow-discrete display 3s ease-in-out':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['transition'] = "allow-discrete display 3s ease-in-out 1s" should set the property value:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Property transition value 'allow-discrete display 3s ease-in-out 1s':
FAIL
(Chrome:PASS
, Safari:FAIL
) - e.style['transition'] = "display allow-discrete 3s ease-in-out 1s" should set the property value:
FAIL
(Chrome:PASS
, Safari:FAIL
) - e.style['transition'] = "display 3s allow-discrete ease-in-out 1s" should set the property value:
FAIL
(Chrome:PASS
, Safari:FAIL
) - e.style['transition'] = "display 3s ease-in-out allow-discrete 1s" should set the property value:
FAIL
(Chrome:PASS
, Safari:FAIL
) - e.style['transition'] = "display 3s ease-in-out 1s allow-discrete" should set the property value:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Property transition value 'display allow-discrete 3s ease-in-out 1s':
FAIL
(Chrome:PASS
, Safari:FAIL
) - Property transition value 'display 3s allow-discrete ease-in-out 1s':
FAIL
(Chrome:PASS
, Safari:FAIL
) - Property transition value 'display 3s ease-in-out allow-discrete 1s':
FAIL
(Chrome:PASS
, Safari:FAIL
) - Property transition value 'display 3s ease-in-out 1s allow-discrete':
FAIL
(Chrome:PASS
, Safari:FAIL
) - e.style['transition'] = "allow-discrete display, normal opacity, color" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property transition value 'allow-discrete display, normal opacity, color':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['transition'] = "normal opacity, color, allow-discrete display" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property transition value 'normal opacity, color, allow-discrete display':
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- e.style['transition-behavior'] = "normal" should set the property value:
- /css/css-transitions/parsing/transition-computed.html [wpt.fyi]
- Default transition value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property transition value '1s':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property transition value 'cubic-bezier(0, -2, 1, 3)':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property transition value '1s -3s':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property transition value 'none':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property transition value 'top':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property transition value '1s -3s, cubic-bezier(0, -2, 1, 3) top':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property transition value 'all, all':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Transition with a delay but no duration:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Default transition value:
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4c78b37f442d
[wpt PR 43626] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=266234, a=testonly
https://hg.mozilla.org/integration/autoland/rev/13ec70267140
[wpt PR 43626] - Update wpt metadata, a=testonly
Comment 5•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4c78b37f442d
https://hg.mozilla.org/mozilla-central/rev/13ec70267140
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox123:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•