From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../css/animation-duration-auto.tentative.html | 56 ++ .../scroll-animations/css/animation-shorthand.html | 43 ++ .../css/animation-timeline-computed.html | 76 ++ .../css/animation-timeline-ignored.tentative.html | 145 ++++ .../css/animation-timeline-in-keyframe.html | 27 + .../css/animation-timeline-multiple.html | 90 +++ ...e-named-scroll-progress-timeline.tentative.html | 662 ++++++++++++++++++ .../css/animation-timeline-none.html | 41 ++ .../css/animation-timeline-parsing.html | 88 +++ ...eline-scroll-functional-notation.tentative.html | 148 ++++ ...imeline-view-functional-notation.tentative.html | 263 +++++++ .../css/get-animations-inactive-timeline.html | 87 +++ ...keyframes-with-document-timeline.tentative.html | 54 ++ ...imeline-none-with-progress-print.tentative.html | 56 ++ .../animation-timeline-none-with-progress-ref.html | 38 + .../scroll-timeline-default-iframe-print.html | 65 ++ .../scroll-timeline-default-print.tentative.html | 62 ++ .../scroll-timeline-specified-scroller-print.html | 58 ++ .../scroll-timeline-specified-scroller-ref.html | 38 + ...on-animation-longhand-properties.tentative.html | 255 +++++++ .../css/progress-based-animation-timeline.html | 52 ++ .../scroll-timeline-axis-computed.tentative.html | 35 + .../scroll-timeline-axis-parsing.tentative.html | 27 + .../css/scroll-timeline-axis-writing-mode.html | 126 ++++ .../css/scroll-timeline-default-iframe-ref.html | 33 + .../css/scroll-timeline-default-iframe.html | 73 ++ .../css/scroll-timeline-default-quirks-mode.html | 63 ++ .../css/scroll-timeline-default-ref.html | 31 + ...croll-timeline-default-writing-mode-rl-ref.html | 32 + .../scroll-timeline-default-writing-mode-rl.html | 65 ++ .../css/scroll-timeline-default.html | 63 ++ .../scroll-timeline-document-scroller-quirks.html | 36 + .../css/scroll-timeline-dynamic.tentative.html | 267 +++++++ .../scroll-timeline-frame-size-changed-ref.html | 31 + .../css/scroll-timeline-frame-size-changed.html | 67 ++ .../css/scroll-timeline-in-container-query.html | 74 ++ .../css/scroll-timeline-inactive.html | 51 ++ .../scroll-timeline-inline-orientation-ref.html | 32 + .../css/scroll-timeline-inline-orientation.html | 68 ++ .../css/scroll-timeline-multi-pass.tentative.html | 109 +++ .../scroll-timeline-name-computed.tentative.html | 34 + .../scroll-timeline-name-parsing.tentative.html | 30 + .../css/scroll-timeline-name-tree-scoped.html | 144 ++++ .../css/scroll-timeline-nearest-dirty.html | 42 ++ .../css/scroll-timeline-paused-animations.html | 95 +++ ...roll-timeline-responsiveness-from-endpoint.html | 62 ++ .../css/scroll-timeline-root-dirty.html | 35 + .../css/scroll-timeline-sampling.html | 46 ++ .../css/scroll-timeline-shorthand.tentative.html | 41 ++ .../css/scroll-timeline-sibling-gcs.html | 52 ++ .../scroll-animations/css/support/testcommon.js | 19 + ...e-range-name-offset-in-keyframes.tentative.html | 94 +++ .../css/view-timeline-animation.html | 219 ++++++ .../css/view-timeline-axis-computed.html | 37 + .../css/view-timeline-axis-parsing.html | 29 + .../css/view-timeline-delay-animation.html | 144 ++++ .../css/view-timeline-dynamic.html | 183 +++++ .../css/view-timeline-inset-animation.html | 768 +++++++++++++++++++++ .../css/view-timeline-inset-computed.html | 41 ++ .../css/view-timeline-inset-parsing.html | 34 + .../css/view-timeline-lookup.html | 301 ++++++++ .../css/view-timeline-name-computed.html | 36 + .../css/view-timeline-name-parsing.html | 30 + .../css/view-timeline-name-tree-scoped.html | 145 ++++ .../css/view-timeline-shorthand.tentative.html | 104 +++ .../css/view-timeline-used-values.html | 104 +++ 66 files changed, 6556 insertions(+) create mode 100644 testing/web-platform/tests/scroll-animations/css/animation-duration-auto.tentative.html create mode 100644 testing/web-platform/tests/scroll-animations/css/animation-shorthand.html create mode 100644 testing/web-platform/tests/scroll-animations/css/animation-timeline-computed.html create mode 100644 testing/web-platform/tests/scroll-animations/css/animation-timeline-ignored.tentative.html create mode 100644 testing/web-platform/tests/scroll-animations/css/animation-timeline-in-keyframe.html create mode 100644 testing/web-platform/tests/scroll-animations/css/animation-timeline-multiple.html create mode 100644 testing/web-platform/tests/scroll-animations/css/animation-timeline-named-scroll-progress-timeline.tentative.html create mode 100644 testing/web-platform/tests/scroll-animations/css/animation-timeline-none.html create mode 100644 testing/web-platform/tests/scroll-animations/css/animation-timeline-parsing.html create mode 100644 testing/web-platform/tests/scroll-animations/css/animation-timeline-scroll-functional-notation.tentative.html create mode 100644 testing/web-platform/tests/scroll-animations/css/animation-timeline-view-functional-notation.tentative.html create mode 100644 testing/web-platform/tests/scroll-animations/css/get-animations-inactive-timeline.html create mode 100644 testing/web-platform/tests/scroll-animations/css/named-range-keyframes-with-document-timeline.tentative.html create mode 100644 testing/web-platform/tests/scroll-animations/css/printing/animation-timeline-none-with-progress-print.tentative.html create mode 100644 testing/web-platform/tests/scroll-animations/css/printing/animation-timeline-none-with-progress-ref.html create mode 100644 testing/web-platform/tests/scroll-animations/css/printing/scroll-timeline-default-iframe-print.html create mode 100644 testing/web-platform/tests/scroll-animations/css/printing/scroll-timeline-default-print.tentative.html create mode 100644 testing/web-platform/tests/scroll-animations/css/printing/scroll-timeline-specified-scroller-print.html create mode 100644 testing/web-platform/tests/scroll-animations/css/printing/scroll-timeline-specified-scroller-ref.html create mode 100644 testing/web-platform/tests/scroll-animations/css/progress-based-animation-animation-longhand-properties.tentative.html create mode 100644 testing/web-platform/tests/scroll-animations/css/progress-based-animation-timeline.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-axis-computed.tentative.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-axis-parsing.tentative.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-axis-writing-mode.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-default-iframe-ref.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-default-iframe.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-default-quirks-mode.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-default-ref.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-default-writing-mode-rl-ref.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-default-writing-mode-rl.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-default.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-document-scroller-quirks.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-dynamic.tentative.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-frame-size-changed-ref.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-frame-size-changed.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-in-container-query.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-inactive.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-inline-orientation-ref.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-inline-orientation.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-multi-pass.tentative.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-name-computed.tentative.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-name-parsing.tentative.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-name-tree-scoped.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-nearest-dirty.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-paused-animations.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-responsiveness-from-endpoint.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-root-dirty.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-sampling.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-shorthand.tentative.html create mode 100644 testing/web-platform/tests/scroll-animations/css/scroll-timeline-sibling-gcs.html create mode 100644 testing/web-platform/tests/scroll-animations/css/support/testcommon.js create mode 100644 testing/web-platform/tests/scroll-animations/css/timeline-range-name-offset-in-keyframes.tentative.html create mode 100644 testing/web-platform/tests/scroll-animations/css/view-timeline-animation.html create mode 100644 testing/web-platform/tests/scroll-animations/css/view-timeline-axis-computed.html create mode 100644 testing/web-platform/tests/scroll-animations/css/view-timeline-axis-parsing.html create mode 100644 testing/web-platform/tests/scroll-animations/css/view-timeline-delay-animation.html create mode 100644 testing/web-platform/tests/scroll-animations/css/view-timeline-dynamic.html create mode 100644 testing/web-platform/tests/scroll-animations/css/view-timeline-inset-animation.html create mode 100644 testing/web-platform/tests/scroll-animations/css/view-timeline-inset-computed.html create mode 100644 testing/web-platform/tests/scroll-animations/css/view-timeline-inset-parsing.html create mode 100644 testing/web-platform/tests/scroll-animations/css/view-timeline-lookup.html create mode 100644 testing/web-platform/tests/scroll-animations/css/view-timeline-name-computed.html create mode 100644 testing/web-platform/tests/scroll-animations/css/view-timeline-name-parsing.html create mode 100644 testing/web-platform/tests/scroll-animations/css/view-timeline-name-tree-scoped.html create mode 100644 testing/web-platform/tests/scroll-animations/css/view-timeline-shorthand.tentative.html create mode 100644 testing/web-platform/tests/scroll-animations/css/view-timeline-used-values.html (limited to 'testing/web-platform/tests/scroll-animations/css') diff --git a/testing/web-platform/tests/scroll-animations/css/animation-duration-auto.tentative.html b/testing/web-platform/tests/scroll-animations/css/animation-duration-auto.tentative.html new file mode 100644 index 0000000000..f44a682890 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/animation-duration-auto.tentative.html @@ -0,0 +1,56 @@ + +animation-duration: auto + + + + + + + + +
+
+
+
+
+
+ + +
+ diff --git a/testing/web-platform/tests/scroll-animations/css/animation-shorthand.html b/testing/web-platform/tests/scroll-animations/css/animation-shorthand.html new file mode 100644 index 0000000000..60d6c76646 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/animation-shorthand.html @@ -0,0 +1,43 @@ + + + + + + + + +
+ diff --git a/testing/web-platform/tests/scroll-animations/css/animation-timeline-computed.html b/testing/web-platform/tests/scroll-animations/css/animation-timeline-computed.html new file mode 100644 index 0000000000..9cabaab1fe --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/animation-timeline-computed.html @@ -0,0 +1,76 @@ + + + + + + + +
+
+
+ diff --git a/testing/web-platform/tests/scroll-animations/css/animation-timeline-ignored.tentative.html b/testing/web-platform/tests/scroll-animations/css/animation-timeline-ignored.tentative.html new file mode 100644 index 0000000000..32cb89c4ef --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/animation-timeline-ignored.tentative.html @@ -0,0 +1,145 @@ + + + + + + +
+
+
+
+
+
+
+ diff --git a/testing/web-platform/tests/scroll-animations/css/animation-timeline-in-keyframe.html b/testing/web-platform/tests/scroll-animations/css/animation-timeline-in-keyframe.html new file mode 100644 index 0000000000..7548333139 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/animation-timeline-in-keyframe.html @@ -0,0 +1,27 @@ + + + + + + + +
+ diff --git a/testing/web-platform/tests/scroll-animations/css/animation-timeline-multiple.html b/testing/web-platform/tests/scroll-animations/css/animation-timeline-multiple.html new file mode 100644 index 0000000000..8ae37bf751 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/animation-timeline-multiple.html @@ -0,0 +1,90 @@ + +animation-timeline with multiple timelines + + + + + +
+
+
+
+
+
+
+ diff --git a/testing/web-platform/tests/scroll-animations/css/animation-timeline-named-scroll-progress-timeline.tentative.html b/testing/web-platform/tests/scroll-animations/css/animation-timeline-named-scroll-progress-timeline.tentative.html new file mode 100644 index 0000000000..9f55e2d2c9 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/animation-timeline-named-scroll-progress-timeline.tentative.html @@ -0,0 +1,662 @@ + +The animation-timeline: scroll-timeline-name + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/scroll-animations/css/animation-timeline-none.html b/testing/web-platform/tests/scroll-animations/css/animation-timeline-none.html new file mode 100644 index 0000000000..a8e07a44d6 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/animation-timeline-none.html @@ -0,0 +1,41 @@ + + + + + + + +
+
+ diff --git a/testing/web-platform/tests/scroll-animations/css/animation-timeline-parsing.html b/testing/web-platform/tests/scroll-animations/css/animation-timeline-parsing.html new file mode 100644 index 0000000000..1a30f11f85 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/animation-timeline-parsing.html @@ -0,0 +1,88 @@ + + + + + + +
+ diff --git a/testing/web-platform/tests/scroll-animations/css/animation-timeline-scroll-functional-notation.tentative.html b/testing/web-platform/tests/scroll-animations/css/animation-timeline-scroll-functional-notation.tentative.html new file mode 100644 index 0000000000..e28e85245e --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/animation-timeline-scroll-functional-notation.tentative.html @@ -0,0 +1,148 @@ + +The animation-timeline: scroll() notation + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/scroll-animations/css/animation-timeline-view-functional-notation.tentative.html b/testing/web-platform/tests/scroll-animations/css/animation-timeline-view-functional-notation.tentative.html new file mode 100644 index 0000000000..d93306819a --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/animation-timeline-view-functional-notation.tentative.html @@ -0,0 +1,263 @@ + +The animation-timeline: view() notation + + + + + + + + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/scroll-animations/css/get-animations-inactive-timeline.html b/testing/web-platform/tests/scroll-animations/css/get-animations-inactive-timeline.html new file mode 100644 index 0000000000..10bf00fbbc --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/get-animations-inactive-timeline.html @@ -0,0 +1,87 @@ + + + +getAnimations for scroll-linked animations + + + + + + +
+
+
+
+ + diff --git a/testing/web-platform/tests/scroll-animations/css/named-range-keyframes-with-document-timeline.tentative.html b/testing/web-platform/tests/scroll-animations/css/named-range-keyframes-with-document-timeline.tentative.html new file mode 100644 index 0000000000..a0094d3220 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/named-range-keyframes-with-document-timeline.tentative.html @@ -0,0 +1,54 @@ + + + +Named range keyframe offset when you have a document timeline + + + + + + +
+ + + + diff --git a/testing/web-platform/tests/scroll-animations/css/printing/animation-timeline-none-with-progress-print.tentative.html b/testing/web-platform/tests/scroll-animations/css/printing/animation-timeline-none-with-progress-print.tentative.html new file mode 100644 index 0000000000..3939a1df48 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/printing/animation-timeline-none-with-progress-print.tentative.html @@ -0,0 +1,56 @@ + + +The animation-timeline:none with preserved progress for print + + + + + + +
+
+
+
+ + diff --git a/testing/web-platform/tests/scroll-animations/css/printing/animation-timeline-none-with-progress-ref.html b/testing/web-platform/tests/scroll-animations/css/printing/animation-timeline-none-with-progress-ref.html new file mode 100644 index 0000000000..09bcba2fd4 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/printing/animation-timeline-none-with-progress-ref.html @@ -0,0 +1,38 @@ + + +Reference for none animation-timeline + + +
+
+
+
+ + diff --git a/testing/web-platform/tests/scroll-animations/css/printing/scroll-timeline-default-iframe-print.html b/testing/web-platform/tests/scroll-animations/css/printing/scroll-timeline-default-iframe-print.html new file mode 100644 index 0000000000..d732ca141a --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/printing/scroll-timeline-default-iframe-print.html @@ -0,0 +1,65 @@ + + +The default scroll() timeline in the iframe for print + + + + + + + + + diff --git a/testing/web-platform/tests/scroll-animations/css/printing/scroll-timeline-default-print.tentative.html b/testing/web-platform/tests/scroll-animations/css/printing/scroll-timeline-default-print.tentative.html new file mode 100644 index 0000000000..975a59812e --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/printing/scroll-timeline-default-print.tentative.html @@ -0,0 +1,62 @@ + + +The default scroll() timeline for print + + + + + + + +
+
+ + diff --git a/testing/web-platform/tests/scroll-animations/css/printing/scroll-timeline-specified-scroller-print.html b/testing/web-platform/tests/scroll-animations/css/printing/scroll-timeline-specified-scroller-print.html new file mode 100644 index 0000000000..7e5b6607b6 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/printing/scroll-timeline-specified-scroller-print.html @@ -0,0 +1,58 @@ + + +A scroll timeline with a specified scroller for print + + + + + + + +
+
+
+
+ + diff --git a/testing/web-platform/tests/scroll-animations/css/printing/scroll-timeline-specified-scroller-ref.html b/testing/web-platform/tests/scroll-animations/css/printing/scroll-timeline-specified-scroller-ref.html new file mode 100644 index 0000000000..9074f2454b --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/printing/scroll-timeline-specified-scroller-ref.html @@ -0,0 +1,38 @@ + + +Reference for scroll timeline with a specified scroller + + +
+
+
+
+ + diff --git a/testing/web-platform/tests/scroll-animations/css/progress-based-animation-animation-longhand-properties.tentative.html b/testing/web-platform/tests/scroll-animations/css/progress-based-animation-animation-longhand-properties.tentative.html new file mode 100644 index 0000000000..f4f9a669f3 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/progress-based-animation-animation-longhand-properties.tentative.html @@ -0,0 +1,255 @@ + +The various animation longhands with progress based animations + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/scroll-animations/css/progress-based-animation-timeline.html b/testing/web-platform/tests/scroll-animations/css/progress-based-animation-timeline.html new file mode 100644 index 0000000000..2e910cbe51 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/progress-based-animation-timeline.html @@ -0,0 +1,52 @@ + +CSS Animation using progress based timeline + + + + + +
+
+
+
+ diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-axis-computed.tentative.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-axis-computed.tentative.html new file mode 100644 index 0000000000..8e23968b8e --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-axis-computed.tentative.html @@ -0,0 +1,35 @@ + + + + + + + + +
+
+
+ diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-axis-parsing.tentative.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-axis-parsing.tentative.html new file mode 100644 index 0000000000..81be07e38f --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-axis-parsing.tentative.html @@ -0,0 +1,27 @@ + + + + + + + +
+ + diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-axis-writing-mode.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-axis-writing-mode.html new file mode 100644 index 0000000000..90912bfc22 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-axis-writing-mode.html @@ -0,0 +1,126 @@ + + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-default-iframe-ref.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-default-iframe-ref.html new file mode 100644 index 0000000000..1ab5646c8b --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-default-iframe-ref.html @@ -0,0 +1,33 @@ + +Reference for default scroll() timeline + diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-default-iframe.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-default-iframe.html new file mode 100644 index 0000000000..dbcf5941a8 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-default-iframe.html @@ -0,0 +1,73 @@ + + +The default scroll() timeline in the iframe + + + + + + + + diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-default-quirks-mode.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-default-quirks-mode.html new file mode 100644 index 0000000000..d2c28d86b6 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-default-quirks-mode.html @@ -0,0 +1,63 @@ + +The default scroll() timeline in quirks mode + + + + + + + +
+
+ + diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-default-ref.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-default-ref.html new file mode 100644 index 0000000000..cb3b60e4bd --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-default-ref.html @@ -0,0 +1,31 @@ + +Reference for default scroll() timeline + + +
+ + diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-default-writing-mode-rl-ref.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-default-writing-mode-rl-ref.html new file mode 100644 index 0000000000..3c072829e6 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-default-writing-mode-rl-ref.html @@ -0,0 +1,32 @@ + +Reference for default scroll() timeline with vertical-rl + + + +
+ + diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-default-writing-mode-rl.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-default-writing-mode-rl.html new file mode 100644 index 0000000000..27e6ec196b --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-default-writing-mode-rl.html @@ -0,0 +1,65 @@ + + +The default scroll() timeline with writing-mode:vertical-rl + + + + + + + + +
+
+ + + diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-default.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-default.html new file mode 100644 index 0000000000..07eda33fd0 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-default.html @@ -0,0 +1,63 @@ + + +The default scroll() timeline + + + + + + + +
+
+ + + diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-document-scroller-quirks.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-document-scroller-quirks.html new file mode 100644 index 0000000000..809a658a15 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-document-scroller-quirks.html @@ -0,0 +1,36 @@ + +Tests the document scroller in quirks mode + + + + + + + + + +
+
+ + diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-dynamic.tentative.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-dynamic.tentative.html new file mode 100644 index 0000000000..b0880a7cc5 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-dynamic.tentative.html @@ -0,0 +1,267 @@ + + + + + + + + +
+
+
+
+
+ diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-frame-size-changed-ref.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-frame-size-changed-ref.html new file mode 100644 index 0000000000..ea7628ac72 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-frame-size-changed-ref.html @@ -0,0 +1,31 @@ + +Reference for the default scroll() timeline + + +
+ + diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-frame-size-changed.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-frame-size-changed.html new file mode 100644 index 0000000000..fb0eb8aa17 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-frame-size-changed.html @@ -0,0 +1,67 @@ + + +The default scroll() timeline when the frame size changed + + + + + + + +
+
+ + + diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-in-container-query.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-in-container-query.html new file mode 100644 index 0000000000..d6a8ba8e60 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-in-container-query.html @@ -0,0 +1,74 @@ + +scroll-timeline and container queries + + + + + + + +
+
+
+
+
+
+
+
+
+ diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-inactive.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-inactive.html new file mode 100644 index 0000000000..92165d7046 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-inactive.html @@ -0,0 +1,51 @@ + + + + + + + +
+
+
+ diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-inline-orientation-ref.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-inline-orientation-ref.html new file mode 100644 index 0000000000..7b87b1db39 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-inline-orientation-ref.html @@ -0,0 +1,32 @@ + +Reference for scroll timeline with inline orientation and root scroller + + + +
+ + diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-inline-orientation.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-inline-orientation.html new file mode 100644 index 0000000000..52b7427f2d --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-inline-orientation.html @@ -0,0 +1,68 @@ + + +Scroll timeline with inline orientation and root scroller + + + + + + + + + +
+
+ + + diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-multi-pass.tentative.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-multi-pass.tentative.html new file mode 100644 index 0000000000..91668ada5b --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-multi-pass.tentative.html @@ -0,0 +1,109 @@ + +ScrollTimelines may trigger multiple style/layout passes + + + + + + + +
+
+
+
+
+
+ diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-name-computed.tentative.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-name-computed.tentative.html new file mode 100644 index 0000000000..1acb964ef7 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-name-computed.tentative.html @@ -0,0 +1,34 @@ + + + + + + + + +
+
+
+ diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-name-parsing.tentative.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-name-parsing.tentative.html new file mode 100644 index 0000000000..a8f2e31650 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-name-parsing.tentative.html @@ -0,0 +1,30 @@ + + + + + + + +
+ + diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-name-tree-scoped.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-name-tree-scoped.html new file mode 100644 index 0000000000..622a582cce --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-name-tree-scoped.html @@ -0,0 +1,144 @@ + +scroll-timelime-name and tree-scoped references + + + + + + + +
+ + + + + + + + + + + + + diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-nearest-dirty.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-nearest-dirty.html new file mode 100644 index 0000000000..1a79c9bb22 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-nearest-dirty.html @@ -0,0 +1,42 @@ + +Unrelated style mutation does not affect anonymous timeline + + + + + + + +
+
+
+
+ + diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-paused-animations.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-paused-animations.html new file mode 100644 index 0000000000..54518a5e87 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-paused-animations.html @@ -0,0 +1,95 @@ + + +Scroll timeline with paused animations + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-responsiveness-from-endpoint.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-responsiveness-from-endpoint.html new file mode 100644 index 0000000000..71d3699077 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-responsiveness-from-endpoint.html @@ -0,0 +1,62 @@ + + +Root-scrolling timeline with animation moving from end point + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-root-dirty.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-root-dirty.html new file mode 100644 index 0000000000..1c0b73ab45 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-root-dirty.html @@ -0,0 +1,35 @@ + +Unrelated style mutation does not affect anonymous timeline (root) + + + + + + + +
+
+ + diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-sampling.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-sampling.html new file mode 100644 index 0000000000..1fe354edfd --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-sampling.html @@ -0,0 +1,46 @@ + + + + + + +
+
+
+
+ diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-shorthand.tentative.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-shorthand.tentative.html new file mode 100644 index 0000000000..b340ff34ff --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-shorthand.tentative.html @@ -0,0 +1,41 @@ + + + + + + + + +
+ diff --git a/testing/web-platform/tests/scroll-animations/css/scroll-timeline-sibling-gcs.html b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-sibling-gcs.html new file mode 100644 index 0000000000..6062e795f4 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/scroll-timeline-sibling-gcs.html @@ -0,0 +1,52 @@ + +scroll-timeline and container queries + + + + + + + +
+
+
+
+
+
+
+
+ diff --git a/testing/web-platform/tests/scroll-animations/css/support/testcommon.js b/testing/web-platform/tests/scroll-animations/css/support/testcommon.js new file mode 100644 index 0000000000..66bc27bb10 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/support/testcommon.js @@ -0,0 +1,19 @@ +'use strict'; + +/** + * Returns a Promise that is resolved after a CSS scroll timeline is created (as + * the result of a style change) and a snapshot has been taken, so that the + * animation style is correctly reflected by getComputedStyle(). + * Technically, this only takes a full frame update. We implement this as two + * requestAnimationFrame callbacks because the result will be available at the + * beginning of the second frame. + */ +async function waitForCSSScrollTimelineStyle() { + await waitForNextFrame(); + await waitForNextFrame(); +} + +function assert_implements_animation_timeline() { + assert_implements(CSS.supports('animation-timeline:foo'), + 'animation-timeline not supported'); +} diff --git a/testing/web-platform/tests/scroll-animations/css/timeline-range-name-offset-in-keyframes.tentative.html b/testing/web-platform/tests/scroll-animations/css/timeline-range-name-offset-in-keyframes.tentative.html new file mode 100644 index 0000000000..993046c5f2 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/timeline-range-name-offset-in-keyframes.tentative.html @@ -0,0 +1,94 @@ + + + +Timeline offset in Animation Keyframes + + + + + + + +
+
+
+
+
+ + + + diff --git a/testing/web-platform/tests/scroll-animations/css/view-timeline-animation.html b/testing/web-platform/tests/scroll-animations/css/view-timeline-animation.html new file mode 100644 index 0000000000..b816bb6897 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/view-timeline-animation.html @@ -0,0 +1,219 @@ + +Animations using view-timeline + + + + + + +
+ + + + + + + + + + diff --git a/testing/web-platform/tests/scroll-animations/css/view-timeline-axis-computed.html b/testing/web-platform/tests/scroll-animations/css/view-timeline-axis-computed.html new file mode 100644 index 0000000000..f4649dab04 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/view-timeline-axis-computed.html @@ -0,0 +1,37 @@ + + + + + + + +
+
+
+ diff --git a/testing/web-platform/tests/scroll-animations/css/view-timeline-axis-parsing.html b/testing/web-platform/tests/scroll-animations/css/view-timeline-axis-parsing.html new file mode 100644 index 0000000000..ffcc36c320 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/view-timeline-axis-parsing.html @@ -0,0 +1,29 @@ + + + + + + +
+ diff --git a/testing/web-platform/tests/scroll-animations/css/view-timeline-delay-animation.html b/testing/web-platform/tests/scroll-animations/css/view-timeline-delay-animation.html new file mode 100644 index 0000000000..dfb0e59f5d --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/view-timeline-delay-animation.html @@ -0,0 +1,144 @@ + +Animations using named timeline ranges + + + + + + +
+
+ + diff --git a/testing/web-platform/tests/scroll-animations/css/view-timeline-dynamic.html b/testing/web-platform/tests/scroll-animations/css/view-timeline-dynamic.html new file mode 100644 index 0000000000..74da8850d4 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/view-timeline-dynamic.html @@ -0,0 +1,183 @@ + +Changes to view-timeline are reflected in dependent elements + + + + + + +
+ + + + + + + + + + + + + diff --git a/testing/web-platform/tests/scroll-animations/css/view-timeline-inset-animation.html b/testing/web-platform/tests/scroll-animations/css/view-timeline-inset-animation.html new file mode 100644 index 0000000000..a95086b62b --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/view-timeline-inset-animation.html @@ -0,0 +1,768 @@ + +Animations using view-timeline-inset + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/scroll-animations/css/view-timeline-inset-computed.html b/testing/web-platform/tests/scroll-animations/css/view-timeline-inset-computed.html new file mode 100644 index 0000000000..77683a4678 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/view-timeline-inset-computed.html @@ -0,0 +1,41 @@ + + + + + + + +
+
+
+ diff --git a/testing/web-platform/tests/scroll-animations/css/view-timeline-inset-parsing.html b/testing/web-platform/tests/scroll-animations/css/view-timeline-inset-parsing.html new file mode 100644 index 0000000000..d502b13593 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/view-timeline-inset-parsing.html @@ -0,0 +1,34 @@ + + + + + + +
+ diff --git a/testing/web-platform/tests/scroll-animations/css/view-timeline-lookup.html b/testing/web-platform/tests/scroll-animations/css/view-timeline-lookup.html new file mode 100644 index 0000000000..c1797c7ba1 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/view-timeline-lookup.html @@ -0,0 +1,301 @@ + +Named view-timeline lookup + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/scroll-animations/css/view-timeline-name-computed.html b/testing/web-platform/tests/scroll-animations/css/view-timeline-name-computed.html new file mode 100644 index 0000000000..5657dc7817 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/view-timeline-name-computed.html @@ -0,0 +1,36 @@ + + + + + + + +
+
+
+ diff --git a/testing/web-platform/tests/scroll-animations/css/view-timeline-name-parsing.html b/testing/web-platform/tests/scroll-animations/css/view-timeline-name-parsing.html new file mode 100644 index 0000000000..3878d5c583 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/view-timeline-name-parsing.html @@ -0,0 +1,30 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/scroll-animations/css/view-timeline-name-tree-scoped.html b/testing/web-platform/tests/scroll-animations/css/view-timeline-name-tree-scoped.html new file mode 100644 index 0000000000..c216c345ed --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/view-timeline-name-tree-scoped.html @@ -0,0 +1,145 @@ + +view-timelime-name and tree-scoped references + + + + + + + +
+ + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/scroll-animations/css/view-timeline-shorthand.tentative.html b/testing/web-platform/tests/scroll-animations/css/view-timeline-shorthand.tentative.html new file mode 100644 index 0000000000..f3efa88c92 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/view-timeline-shorthand.tentative.html @@ -0,0 +1,104 @@ + + + + + + + + + +
+ diff --git a/testing/web-platform/tests/scroll-animations/css/view-timeline-used-values.html b/testing/web-platform/tests/scroll-animations/css/view-timeline-used-values.html new file mode 100644 index 0000000000..6627eeb998 --- /dev/null +++ b/testing/web-platform/tests/scroll-animations/css/view-timeline-used-values.html @@ -0,0 +1,104 @@ + +Used values of view-timeline properties + + + + + + + +
+ + + + + + + -- cgit v1.2.3