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 --- .../css-transitions/file_animation-cancel.html | 165 +++++++++++ .../file_animation-computed-timing.html | 315 +++++++++++++++++++++ .../file_animation-currenttime.html | 307 ++++++++++++++++++++ .../css-transitions/file_animation-finished.html | 61 ++++ .../css-transitions/file_animation-pausing.html | 50 ++++ .../test/css-transitions/file_animation-ready.html | 96 +++++++ .../css-transitions/file_animation-starttime.html | 284 +++++++++++++++++++ .../css-transitions/file_csstransition-events.html | 223 +++++++++++++++ .../file_csstransition-transitionproperty.html | 24 ++ .../file_document-get-animations.html | 93 ++++++ .../test/css-transitions/file_effect-target.html | 66 +++++ .../file_element-get-animations.html | 147 ++++++++++ .../file_keyframeeffect-getkeyframes.html | 95 +++++++ .../file_pseudoElement-get-animations.html | 45 +++ .../test/css-transitions/file_setting-effect.html | 91 ++++++ .../css-transitions/test_animation-cancel.html | 14 + .../test_animation-computed-timing.html | 16 ++ .../test_animation-currenttime.html | 14 + .../css-transitions/test_animation-finished.html | 14 + .../css-transitions/test_animation-pausing.html | 14 + .../test/css-transitions/test_animation-ready.html | 14 + .../css-transitions/test_animation-starttime.html | 14 + .../css-transitions/test_csstransition-events.html | 14 + .../test_csstransition-transitionproperty.html | 14 + .../test_document-get-animations.html | 15 + .../test/css-transitions/test_effect-target.html | 14 + .../test_element-get-animations.html | 14 + .../test_keyframeeffect-getkeyframes.html | 14 + .../test_pseudoElement-get-animations.html | 14 + .../test/css-transitions/test_setting-effect.html | 14 + 30 files changed, 2275 insertions(+) create mode 100644 dom/animation/test/css-transitions/file_animation-cancel.html create mode 100644 dom/animation/test/css-transitions/file_animation-computed-timing.html create mode 100644 dom/animation/test/css-transitions/file_animation-currenttime.html create mode 100644 dom/animation/test/css-transitions/file_animation-finished.html create mode 100644 dom/animation/test/css-transitions/file_animation-pausing.html create mode 100644 dom/animation/test/css-transitions/file_animation-ready.html create mode 100644 dom/animation/test/css-transitions/file_animation-starttime.html create mode 100644 dom/animation/test/css-transitions/file_csstransition-events.html create mode 100644 dom/animation/test/css-transitions/file_csstransition-transitionproperty.html create mode 100644 dom/animation/test/css-transitions/file_document-get-animations.html create mode 100644 dom/animation/test/css-transitions/file_effect-target.html create mode 100644 dom/animation/test/css-transitions/file_element-get-animations.html create mode 100644 dom/animation/test/css-transitions/file_keyframeeffect-getkeyframes.html create mode 100644 dom/animation/test/css-transitions/file_pseudoElement-get-animations.html create mode 100644 dom/animation/test/css-transitions/file_setting-effect.html create mode 100644 dom/animation/test/css-transitions/test_animation-cancel.html create mode 100644 dom/animation/test/css-transitions/test_animation-computed-timing.html create mode 100644 dom/animation/test/css-transitions/test_animation-currenttime.html create mode 100644 dom/animation/test/css-transitions/test_animation-finished.html create mode 100644 dom/animation/test/css-transitions/test_animation-pausing.html create mode 100644 dom/animation/test/css-transitions/test_animation-ready.html create mode 100644 dom/animation/test/css-transitions/test_animation-starttime.html create mode 100644 dom/animation/test/css-transitions/test_csstransition-events.html create mode 100644 dom/animation/test/css-transitions/test_csstransition-transitionproperty.html create mode 100644 dom/animation/test/css-transitions/test_document-get-animations.html create mode 100644 dom/animation/test/css-transitions/test_effect-target.html create mode 100644 dom/animation/test/css-transitions/test_element-get-animations.html create mode 100644 dom/animation/test/css-transitions/test_keyframeeffect-getkeyframes.html create mode 100644 dom/animation/test/css-transitions/test_pseudoElement-get-animations.html create mode 100644 dom/animation/test/css-transitions/test_setting-effect.html (limited to 'dom/animation/test/css-transitions') diff --git a/dom/animation/test/css-transitions/file_animation-cancel.html b/dom/animation/test/css-transitions/file_animation-cancel.html new file mode 100644 index 000000000..6094b383f --- /dev/null +++ b/dom/animation/test/css-transitions/file_animation-cancel.html @@ -0,0 +1,165 @@ + + + + + + diff --git a/dom/animation/test/css-transitions/file_animation-computed-timing.html b/dom/animation/test/css-transitions/file_animation-computed-timing.html new file mode 100644 index 000000000..2dac82d75 --- /dev/null +++ b/dom/animation/test/css-transitions/file_animation-computed-timing.html @@ -0,0 +1,315 @@ + + + + + + + diff --git a/dom/animation/test/css-transitions/file_animation-currenttime.html b/dom/animation/test/css-transitions/file_animation-currenttime.html new file mode 100644 index 000000000..2a0f105d2 --- /dev/null +++ b/dom/animation/test/css-transitions/file_animation-currenttime.html @@ -0,0 +1,307 @@ + + + + + Tests for the effect of setting a CSS transition's + Animation.currentTime + + + + + + + diff --git a/dom/animation/test/css-transitions/file_animation-finished.html b/dom/animation/test/css-transitions/file_animation-finished.html new file mode 100644 index 000000000..2f6bcf47d --- /dev/null +++ b/dom/animation/test/css-transitions/file_animation-finished.html @@ -0,0 +1,61 @@ + + + + + + + diff --git a/dom/animation/test/css-transitions/file_animation-pausing.html b/dom/animation/test/css-transitions/file_animation-pausing.html new file mode 100644 index 000000000..b2f2d4618 --- /dev/null +++ b/dom/animation/test/css-transitions/file_animation-pausing.html @@ -0,0 +1,50 @@ + + + + + + diff --git a/dom/animation/test/css-transitions/file_animation-ready.html b/dom/animation/test/css-transitions/file_animation-ready.html new file mode 100644 index 000000000..f141da796 --- /dev/null +++ b/dom/animation/test/css-transitions/file_animation-ready.html @@ -0,0 +1,96 @@ + + + + + + diff --git a/dom/animation/test/css-transitions/file_animation-starttime.html b/dom/animation/test/css-transitions/file_animation-starttime.html new file mode 100644 index 000000000..a156ba0a0 --- /dev/null +++ b/dom/animation/test/css-transitions/file_animation-starttime.html @@ -0,0 +1,284 @@ + + + + + Tests for the effect of setting a CSS transition's + Animation.startTime + + + + + + + diff --git a/dom/animation/test/css-transitions/file_csstransition-events.html b/dom/animation/test/css-transitions/file_csstransition-events.html new file mode 100644 index 000000000..5011bc130 --- /dev/null +++ b/dom/animation/test/css-transitions/file_csstransition-events.html @@ -0,0 +1,223 @@ + + +Tests for CSS-Transition events + + + + + + diff --git a/dom/animation/test/css-transitions/file_csstransition-transitionproperty.html b/dom/animation/test/css-transitions/file_csstransition-transitionproperty.html new file mode 100644 index 000000000..176cc5a4d --- /dev/null +++ b/dom/animation/test/css-transitions/file_csstransition-transitionproperty.html @@ -0,0 +1,24 @@ + + + + + + diff --git a/dom/animation/test/css-transitions/file_document-get-animations.html b/dom/animation/test/css-transitions/file_document-get-animations.html new file mode 100644 index 000000000..a5d55b76c --- /dev/null +++ b/dom/animation/test/css-transitions/file_document-get-animations.html @@ -0,0 +1,93 @@ + + + + + + diff --git a/dom/animation/test/css-transitions/file_effect-target.html b/dom/animation/test/css-transitions/file_effect-target.html new file mode 100644 index 000000000..0f67b0b9a --- /dev/null +++ b/dom/animation/test/css-transitions/file_effect-target.html @@ -0,0 +1,66 @@ + + + + + + diff --git a/dom/animation/test/css-transitions/file_element-get-animations.html b/dom/animation/test/css-transitions/file_element-get-animations.html new file mode 100644 index 000000000..0ce145da0 --- /dev/null +++ b/dom/animation/test/css-transitions/file_element-get-animations.html @@ -0,0 +1,147 @@ + + + + + + diff --git a/dom/animation/test/css-transitions/file_keyframeeffect-getkeyframes.html b/dom/animation/test/css-transitions/file_keyframeeffect-getkeyframes.html new file mode 100644 index 000000000..7bbf76fa7 --- /dev/null +++ b/dom/animation/test/css-transitions/file_keyframeeffect-getkeyframes.html @@ -0,0 +1,95 @@ + + + + + + + diff --git a/dom/animation/test/css-transitions/file_pseudoElement-get-animations.html b/dom/animation/test/css-transitions/file_pseudoElement-get-animations.html new file mode 100644 index 000000000..5683a14a1 --- /dev/null +++ b/dom/animation/test/css-transitions/file_pseudoElement-get-animations.html @@ -0,0 +1,45 @@ + + + + + + + diff --git a/dom/animation/test/css-transitions/file_setting-effect.html b/dom/animation/test/css-transitions/file_setting-effect.html new file mode 100644 index 000000000..c61877194 --- /dev/null +++ b/dom/animation/test/css-transitions/file_setting-effect.html @@ -0,0 +1,91 @@ + + + + + + diff --git a/dom/animation/test/css-transitions/test_animation-cancel.html b/dom/animation/test/css-transitions/test_animation-cancel.html new file mode 100644 index 000000000..949e0843e --- /dev/null +++ b/dom/animation/test/css-transitions/test_animation-cancel.html @@ -0,0 +1,14 @@ + + + + +
+ diff --git a/dom/animation/test/css-transitions/test_animation-computed-timing.html b/dom/animation/test/css-transitions/test_animation-computed-timing.html new file mode 100644 index 000000000..c1b40aaf3 --- /dev/null +++ b/dom/animation/test/css-transitions/test_animation-computed-timing.html @@ -0,0 +1,16 @@ + + + + + +
+ + diff --git a/dom/animation/test/css-transitions/test_animation-currenttime.html b/dom/animation/test/css-transitions/test_animation-currenttime.html new file mode 100644 index 000000000..30b0ed030 --- /dev/null +++ b/dom/animation/test/css-transitions/test_animation-currenttime.html @@ -0,0 +1,14 @@ + + + + +
+ diff --git a/dom/animation/test/css-transitions/test_animation-finished.html b/dom/animation/test/css-transitions/test_animation-finished.html new file mode 100644 index 000000000..f2ed7f80b --- /dev/null +++ b/dom/animation/test/css-transitions/test_animation-finished.html @@ -0,0 +1,14 @@ + + + + +
+ diff --git a/dom/animation/test/css-transitions/test_animation-pausing.html b/dom/animation/test/css-transitions/test_animation-pausing.html new file mode 100644 index 000000000..67484a2a5 --- /dev/null +++ b/dom/animation/test/css-transitions/test_animation-pausing.html @@ -0,0 +1,14 @@ + + + + +
+ diff --git a/dom/animation/test/css-transitions/test_animation-ready.html b/dom/animation/test/css-transitions/test_animation-ready.html new file mode 100644 index 000000000..a928ded64 --- /dev/null +++ b/dom/animation/test/css-transitions/test_animation-ready.html @@ -0,0 +1,14 @@ + + + + +
+ diff --git a/dom/animation/test/css-transitions/test_animation-starttime.html b/dom/animation/test/css-transitions/test_animation-starttime.html new file mode 100644 index 000000000..8a8c85f2d --- /dev/null +++ b/dom/animation/test/css-transitions/test_animation-starttime.html @@ -0,0 +1,14 @@ + + + + +
+ diff --git a/dom/animation/test/css-transitions/test_csstransition-events.html b/dom/animation/test/css-transitions/test_csstransition-events.html new file mode 100644 index 000000000..92559ad67 --- /dev/null +++ b/dom/animation/test/css-transitions/test_csstransition-events.html @@ -0,0 +1,14 @@ + + + + +
+ diff --git a/dom/animation/test/css-transitions/test_csstransition-transitionproperty.html b/dom/animation/test/css-transitions/test_csstransition-transitionproperty.html new file mode 100644 index 000000000..0aa1912d9 --- /dev/null +++ b/dom/animation/test/css-transitions/test_csstransition-transitionproperty.html @@ -0,0 +1,14 @@ + + + + +
+ diff --git a/dom/animation/test/css-transitions/test_document-get-animations.html b/dom/animation/test/css-transitions/test_document-get-animations.html new file mode 100644 index 000000000..dc964e62c --- /dev/null +++ b/dom/animation/test/css-transitions/test_document-get-animations.html @@ -0,0 +1,15 @@ + + + + +
+ + diff --git a/dom/animation/test/css-transitions/test_effect-target.html b/dom/animation/test/css-transitions/test_effect-target.html new file mode 100644 index 000000000..f3ae72229 --- /dev/null +++ b/dom/animation/test/css-transitions/test_effect-target.html @@ -0,0 +1,14 @@ + + + + +
+ diff --git a/dom/animation/test/css-transitions/test_element-get-animations.html b/dom/animation/test/css-transitions/test_element-get-animations.html new file mode 100644 index 000000000..87abdfa73 --- /dev/null +++ b/dom/animation/test/css-transitions/test_element-get-animations.html @@ -0,0 +1,14 @@ + + + + +
+ diff --git a/dom/animation/test/css-transitions/test_keyframeeffect-getkeyframes.html b/dom/animation/test/css-transitions/test_keyframeeffect-getkeyframes.html new file mode 100644 index 000000000..dcc54255d --- /dev/null +++ b/dom/animation/test/css-transitions/test_keyframeeffect-getkeyframes.html @@ -0,0 +1,14 @@ + + + + +
+ diff --git a/dom/animation/test/css-transitions/test_pseudoElement-get-animations.html b/dom/animation/test/css-transitions/test_pseudoElement-get-animations.html new file mode 100644 index 000000000..1e0dc5c82 --- /dev/null +++ b/dom/animation/test/css-transitions/test_pseudoElement-get-animations.html @@ -0,0 +1,14 @@ + + + + +
+ diff --git a/dom/animation/test/css-transitions/test_setting-effect.html b/dom/animation/test/css-transitions/test_setting-effect.html new file mode 100644 index 000000000..a9654ec55 --- /dev/null +++ b/dom/animation/test/css-transitions/test_setting-effect.html @@ -0,0 +1,14 @@ + + + + +
+ -- cgit v1.2.3