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 --- .../file_animation-seeking-with-current-time.html | 121 ++++++++++++++++++++ .../file_animation-seeking-with-start-time.html | 121 ++++++++++++++++++++ .../test/style/file_animation-setting-effect.html | 125 +++++++++++++++++++++ .../test/style/file_animation-setting-spacing.html | 111 ++++++++++++++++++ .../test_animation-seeking-with-current-time.html | 15 +++ .../test_animation-seeking-with-start-time.html | 15 +++ .../test/style/test_animation-setting-effect.html | 15 +++ .../test/style/test_animation-setting-spacing.html | 14 +++ 8 files changed, 537 insertions(+) create mode 100644 dom/animation/test/style/file_animation-seeking-with-current-time.html create mode 100644 dom/animation/test/style/file_animation-seeking-with-start-time.html create mode 100644 dom/animation/test/style/file_animation-setting-effect.html create mode 100644 dom/animation/test/style/file_animation-setting-spacing.html create mode 100644 dom/animation/test/style/test_animation-seeking-with-current-time.html create mode 100644 dom/animation/test/style/test_animation-seeking-with-start-time.html create mode 100644 dom/animation/test/style/test_animation-setting-effect.html create mode 100644 dom/animation/test/style/test_animation-setting-spacing.html (limited to 'dom/animation/test/style') diff --git a/dom/animation/test/style/file_animation-seeking-with-current-time.html b/dom/animation/test/style/file_animation-seeking-with-current-time.html new file mode 100644 index 0000000000..c3a5903948 --- /dev/null +++ b/dom/animation/test/style/file_animation-seeking-with-current-time.html @@ -0,0 +1,121 @@ + + + + + Tests for seeking using Animation.currentTime + + + + + + + diff --git a/dom/animation/test/style/file_animation-seeking-with-start-time.html b/dom/animation/test/style/file_animation-seeking-with-start-time.html new file mode 100644 index 0000000000..ba09827c63 --- /dev/null +++ b/dom/animation/test/style/file_animation-seeking-with-start-time.html @@ -0,0 +1,121 @@ + + + + + Tests for seeking using Animation.startTime + + + + + + + diff --git a/dom/animation/test/style/file_animation-setting-effect.html b/dom/animation/test/style/file_animation-setting-effect.html new file mode 100644 index 0000000000..cf50cf2cee --- /dev/null +++ b/dom/animation/test/style/file_animation-setting-effect.html @@ -0,0 +1,125 @@ + + + + + Tests for setting effects by using Animation.effect + + + + + + diff --git a/dom/animation/test/style/file_animation-setting-spacing.html b/dom/animation/test/style/file_animation-setting-spacing.html new file mode 100644 index 0000000000..6098b74336 --- /dev/null +++ b/dom/animation/test/style/file_animation-setting-spacing.html @@ -0,0 +1,111 @@ + + + +Tests for setting spacing by using KeyframeEffect.spacing + + + + + diff --git a/dom/animation/test/style/test_animation-seeking-with-current-time.html b/dom/animation/test/style/test_animation-seeking-with-current-time.html new file mode 100644 index 0000000000..386e577886 --- /dev/null +++ b/dom/animation/test/style/test_animation-seeking-with-current-time.html @@ -0,0 +1,15 @@ + + + + +
+ + diff --git a/dom/animation/test/style/test_animation-seeking-with-start-time.html b/dom/animation/test/style/test_animation-seeking-with-start-time.html new file mode 100644 index 0000000000..0a1691a082 --- /dev/null +++ b/dom/animation/test/style/test_animation-seeking-with-start-time.html @@ -0,0 +1,15 @@ + + + + +
+ + diff --git a/dom/animation/test/style/test_animation-setting-effect.html b/dom/animation/test/style/test_animation-setting-effect.html new file mode 100644 index 0000000000..1199b3e752 --- /dev/null +++ b/dom/animation/test/style/test_animation-setting-effect.html @@ -0,0 +1,15 @@ + + + + +
+ + diff --git a/dom/animation/test/style/test_animation-setting-spacing.html b/dom/animation/test/style/test_animation-setting-spacing.html new file mode 100644 index 0000000000..1c703e2a3c --- /dev/null +++ b/dom/animation/test/style/test_animation-setting-spacing.html @@ -0,0 +1,14 @@ + + + + +
+ -- cgit v1.2.3