diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
commit | 59203c63bb777a3bacec32fb8830fba33540e809 (patch) | |
tree | 58298e711c0ff0575818c30485b44a2f21bf28a0 /testing/web-platform/meta/scroll-animations/css | |
parent | Adding upstream version 126.0.1. (diff) | |
download | firefox-59203c63bb777a3bacec32fb8830fba33540e809.tar.xz firefox-59203c63bb777a3bacec32fb8830fba33540e809.zip |
Adding upstream version 127.0.upstream/127.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/scroll-animations/css')
4 files changed, 56 insertions, 20 deletions
diff --git a/testing/web-platform/meta/scroll-animations/css/animation-shorthand.html.ini b/testing/web-platform/meta/scroll-animations/css/animation-shorthand.html.ini index 85591dd0a2..df564bc9dd 100644 --- a/testing/web-platform/meta/scroll-animations/css/animation-shorthand.html.ini +++ b/testing/web-platform/meta/scroll-animations/css/animation-shorthand.html.ini @@ -23,12 +23,6 @@ [Animation shorthand can not represent non-initial timelines (computed)] expected: FAIL - [Animation shorthand can not represent non-initial animation-delay-end (specified)] - expected: FAIL - - [Animation shorthand can not represent non-initial animation-delay-end (computed)] - expected: FAIL - [Animation shorthand can not represent non-initial animation-range-start (specified)] expected: FAIL diff --git a/testing/web-platform/meta/scroll-animations/css/animation-timeline-view-functional-notation.tentative.html.ini b/testing/web-platform/meta/scroll-animations/css/animation-timeline-view-functional-notation.tentative.html.ini index 052c448ee9..d66c32bb07 100644 --- a/testing/web-platform/meta/scroll-animations/css/animation-timeline-view-functional-notation.tentative.html.ini +++ b/testing/web-platform/meta/scroll-animations/css/animation-timeline-view-functional-notation.tentative.html.ini @@ -1,27 +1,39 @@ [animation-timeline-view-functional-notation.tentative.html] + expected: + if os == "mac": [TIMEOUT, OK] [animation-timeline: view()] bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1824875 expected: FAIL [animation-timeline: view(50px)] bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1824875 - expected: FAIL + expected: + if os == "mac": [FAIL, TIMEOUT] + FAIL [animation-timeline: view(auto 50px)] bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1824875 - expected: FAIL + expected: + if os == "mac": [FAIL, TIMEOUT, NOTRUN] + FAIL [animation-timeline: view(inline)] bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1824875 - expected: FAIL + expected: + if os == "mac": [NOTRUN, FAIL] + FAIL [animation-timeline: view(), view(inline)] bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1824875 - expected: FAIL + expected: + if os == "mac": [NOTRUN, FAIL] + FAIL [animation-timeline: view(inline) changes to view(inline 50px)] bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1824875 - expected: FAIL + expected: + if os == "mac": [NOTRUN, FAIL] + FAIL [animation-timeline: view(x) without timeline range name] expected: FAIL @@ -33,10 +45,16 @@ expected: FAIL [animation-timeline: view(x)] - expected: FAIL + expected: + if os == "mac": [NOTRUN, FAIL] + FAIL [animation-timeline: view(y)] - expected: FAIL + expected: + if os == "mac": [NOTRUN, FAIL] + FAIL [animation-timeline: view(x 50px)] - expected: FAIL + expected: + if os == "mac": [NOTRUN, FAIL] + FAIL diff --git a/testing/web-platform/meta/scroll-animations/css/scroll-timeline-dynamic.tentative.html.ini b/testing/web-platform/meta/scroll-animations/css/scroll-timeline-dynamic.tentative.html.ini index 2a6b7a5f0e..04fc91a3f9 100644 --- a/testing/web-platform/meta/scroll-animations/css/scroll-timeline-dynamic.tentative.html.ini +++ b/testing/web-platform/meta/scroll-animations/css/scroll-timeline-dynamic.tentative.html.ini @@ -1,22 +1,40 @@ [scroll-timeline-dynamic.tentative.html] + expected: + if os == "mac": [TIMEOUT, OK] [Reverse animation direction [immediate\]] bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1774060 - expected: FAIL + expected: + if os == "mac": [NOTRUN, FAIL] + FAIL [Reverse animation direction [scroll\]] bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1774060 - expected: FAIL + expected: + if os == "mac": [NOTRUN, FAIL] + FAIL [Switching timelines and pausing at the same time [immediate\]] bug: https://github.com/w3c/csswg-drafts/issues/5653 - expected: FAIL + expected: + if os == "mac": [NOTRUN, FAIL] + FAIL [Switching timelines and pausing at the same time [scroll\]] bug: https://github.com/w3c/csswg-drafts/issues/5653 - expected: FAIL + expected: + if os == "mac": [NOTRUN, FAIL] + FAIL [Change to timeline attachment while paused [immediate\]] - expected: FAIL + expected: + if os == "mac": [NOTRUN, FAIL] + FAIL [Change to timeline attachment while paused [scroll\]] - expected: FAIL + expected: + if os == "mac": [NOTRUN, FAIL] + FAIL + + [Changing to/from animation-timeline:none [scroll\]] + expected: + if os == "mac": [TIMEOUT, PASS] diff --git a/testing/web-platform/meta/scroll-animations/css/view-timeline-inset-animation.html.ini b/testing/web-platform/meta/scroll-animations/css/view-timeline-inset-animation.html.ini index 19bdf32e65..51312faabf 100644 --- a/testing/web-platform/meta/scroll-animations/css/view-timeline-inset-animation.html.ini +++ b/testing/web-platform/meta/scroll-animations/css/view-timeline-inset-animation.html.ini @@ -1,4 +1,6 @@ [view-timeline-inset-animation.html] + expected: + if os == "mac": [TIMEOUT, OK] [view-timeline-inset with horizontal scroller] expected: FAIL @@ -43,3 +45,7 @@ [view-timeline-inset:auto, x, vertical-rl] expected: FAIL + + [view-timeline-inset:auto, mix] + expected: + if os == "mac": [TIMEOUT, PASS] |