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)

task

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

Component: web-platform-tests → CSS Transitions and Animations
Product: Testing → Core
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Whiteboard: [wptsync downstream error] → [wptsync downstream]

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

GitHub PR Head
GitHub PR Base

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)
  • /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)
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
You need to log in before you can comment on or make changes to this bug.