diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/scroll-animations/view-timelines | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/scroll-animations/view-timelines')
20 files changed, 157 insertions, 0 deletions
diff --git a/testing/web-platform/meta/scroll-animations/view-timelines/__dir__.ini b/testing/web-platform/meta/scroll-animations/view-timelines/__dir__.ini new file mode 100644 index 0000000000..2ef043b928 --- /dev/null +++ b/testing/web-platform/meta/scroll-animations/view-timelines/__dir__.ini @@ -0,0 +1 @@ +implementation-status: backlog diff --git a/testing/web-platform/meta/scroll-animations/view-timelines/block-view-timeline-current-time-vertical-rl.tentative.html.ini b/testing/web-platform/meta/scroll-animations/view-timelines/block-view-timeline-current-time-vertical-rl.tentative.html.ini new file mode 100644 index 0000000000..b1b5bbf580 --- /dev/null +++ b/testing/web-platform/meta/scroll-animations/view-timelines/block-view-timeline-current-time-vertical-rl.tentative.html.ini @@ -0,0 +1,3 @@ +[block-view-timeline-current-time-vertical-rl.tentative.html] + [View timeline with container having vertical-rl layout] + expected: FAIL diff --git a/testing/web-platform/meta/scroll-animations/view-timelines/block-view-timeline-current-time.tentative.html.ini b/testing/web-platform/meta/scroll-animations/view-timelines/block-view-timeline-current-time.tentative.html.ini new file mode 100644 index 0000000000..4b01c09206 --- /dev/null +++ b/testing/web-platform/meta/scroll-animations/view-timelines/block-view-timeline-current-time.tentative.html.ini @@ -0,0 +1,9 @@ +[block-view-timeline-current-time.tentative.html] + [View timeline with start and end scroll offsets that do not align with the scroll boundaries] + expected: FAIL + + [View timeline does not clamp starting scroll offset at 0] + expected: FAIL + + [View timeline does not clamp end scroll offset at max scroll] + expected: FAIL diff --git a/testing/web-platform/meta/scroll-animations/view-timelines/block-view-timeline-nested-subject.tentative.html.ini b/testing/web-platform/meta/scroll-animations/view-timelines/block-view-timeline-nested-subject.tentative.html.ini new file mode 100644 index 0000000000..aaa10ff160 --- /dev/null +++ b/testing/web-platform/meta/scroll-animations/view-timelines/block-view-timeline-nested-subject.tentative.html.ini @@ -0,0 +1,5 @@ +[block-view-timeline-nested-subject.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [View timeline with subject that is not a direct descendant of the scroll container] + expected: FAIL diff --git a/testing/web-platform/meta/scroll-animations/view-timelines/change-animation-range-updates-play-state.html.ini b/testing/web-platform/meta/scroll-animations/view-timelines/change-animation-range-updates-play-state.html.ini new file mode 100644 index 0000000000..9508990401 --- /dev/null +++ b/testing/web-platform/meta/scroll-animations/view-timelines/change-animation-range-updates-play-state.html.ini @@ -0,0 +1,3 @@ +[change-animation-range-updates-play-state.html] + [Changing the animation range updates the play state] + expected: FAIL diff --git a/testing/web-platform/meta/scroll-animations/view-timelines/get-keyframes-with-timeline-offset.html.ini b/testing/web-platform/meta/scroll-animations/view-timelines/get-keyframes-with-timeline-offset.html.ini new file mode 100644 index 0000000000..64353adf23 --- /dev/null +++ b/testing/web-platform/meta/scroll-animations/view-timelines/get-keyframes-with-timeline-offset.html.ini @@ -0,0 +1,15 @@ +[get-keyframes-with-timeline-offset.html] + [Report specified timeline offsets] + expected: FAIL + + [Computed offsets can be outside [0,1\] for keyframes with timeline offsets] + expected: FAIL + + [Retain specified ordering of keyframes with timeline offsets] + expected: FAIL + + [Include unreachable keyframes] + expected: FAIL + + [Mix of computed and timeline offsets.] + expected: FAIL diff --git a/testing/web-platform/meta/scroll-animations/view-timelines/inline-view-timeline-current-time.tentative.html.ini b/testing/web-platform/meta/scroll-animations/view-timelines/inline-view-timeline-current-time.tentative.html.ini new file mode 100644 index 0000000000..df899b53f7 --- /dev/null +++ b/testing/web-platform/meta/scroll-animations/view-timelines/inline-view-timeline-current-time.tentative.html.ini @@ -0,0 +1,12 @@ +[inline-view-timeline-current-time.tentative.html] + [View timeline with start and end scroll offsets that do not align with the scroll boundaries] + expected: FAIL + + [View timeline with container having RTL layout] + expected: FAIL + + [View timeline does not clamp starting scroll offset at 0] + expected: FAIL + + [View timeline does not clamp end scroll offset at max scroll] + expected: FAIL diff --git a/testing/web-platform/meta/scroll-animations/view-timelines/timeline-offset-in-keyframe.html.ini b/testing/web-platform/meta/scroll-animations/view-timelines/timeline-offset-in-keyframe.html.ini new file mode 100644 index 0000000000..df41e5a4f2 --- /dev/null +++ b/testing/web-platform/meta/scroll-animations/view-timelines/timeline-offset-in-keyframe.html.ini @@ -0,0 +1,15 @@ +[timeline-offset-in-keyframe.html] + [Timeline offsets in programmatic keyframes] + expected: FAIL + + [String offsets in programmatic keyframes] + expected: FAIL + + [Invalid timeline offset in programmatic keyframe throws] + expected: FAIL + + [Timeline offsets in programmatic keyframes adjust for change in timeline] + expected: FAIL + + [Timeline offsets in programmetic keyframes resolved when updating the animation effect] + expected: FAIL diff --git a/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-get-current-time-range-name.html.ini b/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-get-current-time-range-name.html.ini new file mode 100644 index 0000000000..9f994ae6af --- /dev/null +++ b/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-get-current-time-range-name.html.ini @@ -0,0 +1,5 @@ +[view-timeline-get-current-time-range-name.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [View timeline current time for named range] + expected: FAIL diff --git a/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-get-set-range.html.ini b/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-get-set-range.html.ini new file mode 100644 index 0000000000..71b071c084 --- /dev/null +++ b/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-get-set-range.html.ini @@ -0,0 +1,3 @@ +[view-timeline-get-set-range.html] + [Getting and setting the animation range] + expected: FAIL diff --git a/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-inset.html.ini b/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-inset.html.ini new file mode 100644 index 0000000000..30864e5250 --- /dev/null +++ b/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-inset.html.ini @@ -0,0 +1,23 @@ +[view-timeline-inset.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [View timeline with px based inset.] + expected: FAIL + + [View timeline with percent based inset.] + expected: FAIL + + [view timeline with inset auto.] + expected: FAIL + + [view timeline with font relative inset.] + expected: FAIL + + [view timeline with viewport relative insets.] + expected: FAIL + + [view timeline inset as string] + expected: FAIL + + [view timeline with invalid inset] + expected: FAIL diff --git a/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-missing-subject.html.ini b/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-missing-subject.html.ini new file mode 100644 index 0000000000..dd707edb3e --- /dev/null +++ b/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-missing-subject.html.ini @@ -0,0 +1,3 @@ +[view-timeline-missing-subject.html] + [ViewTimeline with missing subject] + expected: FAIL diff --git a/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-on-display-none-element.html.ini b/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-on-display-none-element.html.ini new file mode 100644 index 0000000000..28748a3f1e --- /dev/null +++ b/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-on-display-none-element.html.ini @@ -0,0 +1,3 @@ +[view-timeline-on-display-none-element.html] + [element with display: none should have inactive viewtimeline] + expected: FAIL diff --git a/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-range-large-subject.html.ini b/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-range-large-subject.html.ini new file mode 100644 index 0000000000..3f01fc0b18 --- /dev/null +++ b/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-range-large-subject.html.ini @@ -0,0 +1,3 @@ +[view-timeline-range-large-subject.html] + [View timeline with range set via delays.] + expected: FAIL diff --git a/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-range.html.ini b/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-range.html.ini new file mode 100644 index 0000000000..ec32fab2d4 --- /dev/null +++ b/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-range.html.ini @@ -0,0 +1,27 @@ +[view-timeline-range.html] + [View timeline with range as <name> <percent> pair.] + expected: FAIL + + [View timeline with range and inferred name or offset.] + expected: FAIL + + [View timeline with range as <name> <px> pair.] + expected: FAIL + + [View timeline with range as <name> <percent+px> pair.] + expected: FAIL + + [View timeline with range as <name> <percent> pair.] + expected: FAIL + + [View timeline with range and inferred name or offset.] + expected: FAIL + + [View timeline with range as <name> <px> pair.] + expected: FAIL + + [View timeline with range as <name> <percent+px> pair.] + expected: FAIL + + [View timeline with range as strings.] + expected: FAIL diff --git a/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-root-source.html.ini b/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-root-source.html.ini new file mode 100644 index 0000000000..a2fa3fa414 --- /dev/null +++ b/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-root-source.html.ini @@ -0,0 +1,3 @@ +[view-timeline-root-source.html] + [Test view-timeline with document scrolling element.] + expected: FAIL diff --git a/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-snapport.html.ini b/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-snapport.html.ini new file mode 100644 index 0000000000..367a24713c --- /dev/null +++ b/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-snapport.html.ini @@ -0,0 +1,5 @@ +[view-timeline-snapport.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Default ViewTimeline is not affected by scroll-padding] + expected: FAIL diff --git a/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-source.tentative.html.ini b/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-source.tentative.html.ini new file mode 100644 index 0000000000..52a2074b17 --- /dev/null +++ b/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-source.tentative.html.ini @@ -0,0 +1,11 @@ +[view-timeline-source.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Default source for a View timeline is the nearest scroll ancestor to the subject] + expected: FAIL + + [View timeline ignores explicitly set source] + expected: FAIL + + [View timeline source is null when display:none] + expected: FAIL diff --git a/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-subject-size-changes.html.ini b/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-subject-size-changes.html.ini new file mode 100644 index 0000000000..51f765c391 --- /dev/null +++ b/testing/web-platform/meta/scroll-animations/view-timelines/view-timeline-subject-size-changes.html.ini @@ -0,0 +1,5 @@ +[view-timeline-subject-size-changes.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [View timeline with subject size change after the creation of the animation] + expected: FAIL diff --git a/testing/web-platform/meta/scroll-animations/view-timelines/zero-intrinsic-iteration-duration.tentative.html.ini b/testing/web-platform/meta/scroll-animations/view-timelines/zero-intrinsic-iteration-duration.tentative.html.ini new file mode 100644 index 0000000000..c840d9d405 --- /dev/null +++ b/testing/web-platform/meta/scroll-animations/view-timelines/zero-intrinsic-iteration-duration.tentative.html.ini @@ -0,0 +1,3 @@ +[zero-intrinsic-iteration-duration.tentative.html] + [Intrinsic iteration duration is non-negative] + expected: FAIL |