From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../animation-types/discrete-animation.html | 135 +++ .../animation-types/spacing-keyframes-shapes.html | 152 +++ .../animation-types/type-per-property.html | 1198 ++++++++++++++++++++ .../keyframe-effects/effect-value-context.html | 103 ++ .../keyframe-effects/spacing-keyframes.html | 391 +++++++ .../the-effect-value-of-a-keyframe-effect.html | 114 ++ 6 files changed, 2093 insertions(+) create mode 100644 testing/web-platform/tests/web-animations/animation-model/animation-types/discrete-animation.html create mode 100644 testing/web-platform/tests/web-animations/animation-model/animation-types/spacing-keyframes-shapes.html create mode 100644 testing/web-platform/tests/web-animations/animation-model/animation-types/type-per-property.html create mode 100644 testing/web-platform/tests/web-animations/animation-model/keyframe-effects/effect-value-context.html create mode 100644 testing/web-platform/tests/web-animations/animation-model/keyframe-effects/spacing-keyframes.html create mode 100644 testing/web-platform/tests/web-animations/animation-model/keyframe-effects/the-effect-value-of-a-keyframe-effect.html (limited to 'testing/web-platform/tests/web-animations/animation-model') diff --git a/testing/web-platform/tests/web-animations/animation-model/animation-types/discrete-animation.html b/testing/web-platform/tests/web-animations/animation-model/animation-types/discrete-animation.html new file mode 100644 index 000000000..e43f26d16 --- /dev/null +++ b/testing/web-platform/tests/web-animations/animation-model/animation-types/discrete-animation.html @@ -0,0 +1,135 @@ + + +Tests for discrete animation + + + + + +
+ diff --git a/testing/web-platform/tests/web-animations/animation-model/animation-types/spacing-keyframes-shapes.html b/testing/web-platform/tests/web-animations/animation-model/animation-types/spacing-keyframes-shapes.html new file mode 100644 index 000000000..9f7cfaea1 --- /dev/null +++ b/testing/web-platform/tests/web-animations/animation-model/animation-types/spacing-keyframes-shapes.html @@ -0,0 +1,152 @@ + + +Keyframe spacing tests on shapes + + + + + +
+ + diff --git a/testing/web-platform/tests/web-animations/animation-model/animation-types/type-per-property.html b/testing/web-platform/tests/web-animations/animation-model/animation-types/type-per-property.html new file mode 100644 index 000000000..9e41b753e --- /dev/null +++ b/testing/web-platform/tests/web-animations/animation-model/animation-types/type-per-property.html @@ -0,0 +1,1198 @@ + + +Tests for animation types + + + + + + +
+ diff --git a/testing/web-platform/tests/web-animations/animation-model/keyframe-effects/effect-value-context.html b/testing/web-platform/tests/web-animations/animation-model/keyframe-effects/effect-value-context.html new file mode 100644 index 000000000..07fb6097c --- /dev/null +++ b/testing/web-platform/tests/web-animations/animation-model/keyframe-effects/effect-value-context.html @@ -0,0 +1,103 @@ + + +Tests that property values respond to changes to their context + + + + + +
+ + diff --git a/testing/web-platform/tests/web-animations/animation-model/keyframe-effects/spacing-keyframes.html b/testing/web-platform/tests/web-animations/animation-model/keyframe-effects/spacing-keyframes.html new file mode 100644 index 000000000..90e26d276 --- /dev/null +++ b/testing/web-platform/tests/web-animations/animation-model/keyframe-effects/spacing-keyframes.html @@ -0,0 +1,391 @@ + + +Keyframe spacing tests + + + + + +
+ + diff --git a/testing/web-platform/tests/web-animations/animation-model/keyframe-effects/the-effect-value-of-a-keyframe-effect.html b/testing/web-platform/tests/web-animations/animation-model/keyframe-effects/the-effect-value-of-a-keyframe-effect.html new file mode 100644 index 000000000..eb67f669a --- /dev/null +++ b/testing/web-platform/tests/web-animations/animation-model/keyframe-effects/the-effect-value-of-a-keyframe-effect.html @@ -0,0 +1,114 @@ + + +Keyframe handling tests + + + + + +
+
+ + -- cgit v1.2.3