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 --- .../test/css-animations/file_animation-cancel.html | 154 +++++ .../file_animation-computed-timing.html | 566 +++++++++++++++++ .../css-animations/file_animation-currenttime.html | 345 +++++++++++ .../test/css-animations/file_animation-finish.html | 97 +++ .../css-animations/file_animation-finished.html | 93 +++ .../test/css-animations/file_animation-id.html | 24 + .../css-animations/file_animation-pausing.html | 165 +++++ .../css-animations/file_animation-playstate.html | 71 +++ .../test/css-animations/file_animation-ready.html | 149 +++++ .../css-animations/file_animation-reverse.html | 29 + .../css-animations/file_animation-starttime.html | 383 ++++++++++++ .../file_animations-dynamic-changes.html | 154 +++++ .../file_cssanimation-animationname.html | 37 ++ .../file_document-get-animations.html | 276 +++++++++ .../test/css-animations/file_effect-target.html | 54 ++ .../file_element-get-animations.html | 445 ++++++++++++++ .../file_keyframeeffect-getkeyframes.html | 672 +++++++++++++++++++++ .../file_pseudoElement-get-animations.html | 70 +++ .../test/css-animations/test_animation-cancel.html | 15 + .../test_animation-computed-timing.html | 16 + .../css-animations/test_animation-currenttime.html | 15 + .../test/css-animations/test_animation-finish.html | 15 + .../css-animations/test_animation-finished.html | 15 + .../test/css-animations/test_animation-id.html | 15 + .../css-animations/test_animation-pausing.html | 15 + .../css-animations/test_animation-playstate.html | 15 + .../test/css-animations/test_animation-ready.html | 15 + .../css-animations/test_animation-reverse.html | 15 + .../css-animations/test_animation-starttime.html | 15 + .../test_animations-dynamic-changes.html | 15 + .../test_cssanimation-animationname.html | 15 + .../test_document-get-animations.html | 15 + .../test/css-animations/test_effect-target.html | 15 + .../test_element-get-animations.html | 15 + .../test_keyframeeffect-getkeyframes.html | 15 + .../test_pseudoElement-get-animations.html | 14 + 36 files changed, 4054 insertions(+) create mode 100644 dom/animation/test/css-animations/file_animation-cancel.html create mode 100644 dom/animation/test/css-animations/file_animation-computed-timing.html create mode 100644 dom/animation/test/css-animations/file_animation-currenttime.html create mode 100644 dom/animation/test/css-animations/file_animation-finish.html create mode 100644 dom/animation/test/css-animations/file_animation-finished.html create mode 100644 dom/animation/test/css-animations/file_animation-id.html create mode 100644 dom/animation/test/css-animations/file_animation-pausing.html create mode 100644 dom/animation/test/css-animations/file_animation-playstate.html create mode 100644 dom/animation/test/css-animations/file_animation-ready.html create mode 100644 dom/animation/test/css-animations/file_animation-reverse.html create mode 100644 dom/animation/test/css-animations/file_animation-starttime.html create mode 100644 dom/animation/test/css-animations/file_animations-dynamic-changes.html create mode 100644 dom/animation/test/css-animations/file_cssanimation-animationname.html create mode 100644 dom/animation/test/css-animations/file_document-get-animations.html create mode 100644 dom/animation/test/css-animations/file_effect-target.html create mode 100644 dom/animation/test/css-animations/file_element-get-animations.html create mode 100644 dom/animation/test/css-animations/file_keyframeeffect-getkeyframes.html create mode 100644 dom/animation/test/css-animations/file_pseudoElement-get-animations.html create mode 100644 dom/animation/test/css-animations/test_animation-cancel.html create mode 100644 dom/animation/test/css-animations/test_animation-computed-timing.html create mode 100644 dom/animation/test/css-animations/test_animation-currenttime.html create mode 100644 dom/animation/test/css-animations/test_animation-finish.html create mode 100644 dom/animation/test/css-animations/test_animation-finished.html create mode 100644 dom/animation/test/css-animations/test_animation-id.html create mode 100644 dom/animation/test/css-animations/test_animation-pausing.html create mode 100644 dom/animation/test/css-animations/test_animation-playstate.html create mode 100644 dom/animation/test/css-animations/test_animation-ready.html create mode 100644 dom/animation/test/css-animations/test_animation-reverse.html create mode 100644 dom/animation/test/css-animations/test_animation-starttime.html create mode 100644 dom/animation/test/css-animations/test_animations-dynamic-changes.html create mode 100644 dom/animation/test/css-animations/test_cssanimation-animationname.html create mode 100644 dom/animation/test/css-animations/test_document-get-animations.html create mode 100644 dom/animation/test/css-animations/test_effect-target.html create mode 100644 dom/animation/test/css-animations/test_element-get-animations.html create mode 100644 dom/animation/test/css-animations/test_keyframeeffect-getkeyframes.html create mode 100644 dom/animation/test/css-animations/test_pseudoElement-get-animations.html (limited to 'dom/animation/test/css-animations') diff --git a/dom/animation/test/css-animations/file_animation-cancel.html b/dom/animation/test/css-animations/file_animation-cancel.html new file mode 100644 index 000000000..85499addf --- /dev/null +++ b/dom/animation/test/css-animations/file_animation-cancel.html @@ -0,0 +1,154 @@ + + + + + + + + diff --git a/dom/animation/test/css-animations/file_animation-computed-timing.html b/dom/animation/test/css-animations/file_animation-computed-timing.html new file mode 100644 index 000000000..53597a473 --- /dev/null +++ b/dom/animation/test/css-animations/file_animation-computed-timing.html @@ -0,0 +1,566 @@ + + + + + + + diff --git a/dom/animation/test/css-animations/file_animation-currenttime.html b/dom/animation/test/css-animations/file_animation-currenttime.html new file mode 100644 index 000000000..ec6fb3f1a --- /dev/null +++ b/dom/animation/test/css-animations/file_animation-currenttime.html @@ -0,0 +1,345 @@ + + + + + Tests for the effect of setting a CSS animation's + Animation.currentTime + + + + + + + diff --git a/dom/animation/test/css-animations/file_animation-finish.html b/dom/animation/test/css-animations/file_animation-finish.html new file mode 100644 index 000000000..996cb2ce7 --- /dev/null +++ b/dom/animation/test/css-animations/file_animation-finish.html @@ -0,0 +1,97 @@ + + + + + + + diff --git a/dom/animation/test/css-animations/file_animation-finished.html b/dom/animation/test/css-animations/file_animation-finished.html new file mode 100644 index 000000000..c296abb11 --- /dev/null +++ b/dom/animation/test/css-animations/file_animation-finished.html @@ -0,0 +1,93 @@ + + + + + + + diff --git a/dom/animation/test/css-animations/file_animation-id.html b/dom/animation/test/css-animations/file_animation-id.html new file mode 100644 index 000000000..dbd5ee0ee --- /dev/null +++ b/dom/animation/test/css-animations/file_animation-id.html @@ -0,0 +1,24 @@ + + + + + + + + diff --git a/dom/animation/test/css-animations/file_animation-pausing.html b/dom/animation/test/css-animations/file_animation-pausing.html new file mode 100644 index 000000000..7176a0c1d --- /dev/null +++ b/dom/animation/test/css-animations/file_animation-pausing.html @@ -0,0 +1,165 @@ + + + + + + + diff --git a/dom/animation/test/css-animations/file_animation-playstate.html b/dom/animation/test/css-animations/file_animation-playstate.html new file mode 100644 index 000000000..ce9839f38 --- /dev/null +++ b/dom/animation/test/css-animations/file_animation-playstate.html @@ -0,0 +1,71 @@ + + + + + + + diff --git a/dom/animation/test/css-animations/file_animation-ready.html b/dom/animation/test/css-animations/file_animation-ready.html new file mode 100644 index 000000000..9318a1a18 --- /dev/null +++ b/dom/animation/test/css-animations/file_animation-ready.html @@ -0,0 +1,149 @@ + + + + + + + diff --git a/dom/animation/test/css-animations/file_animation-reverse.html b/dom/animation/test/css-animations/file_animation-reverse.html new file mode 100644 index 000000000..5060fa55f --- /dev/null +++ b/dom/animation/test/css-animations/file_animation-reverse.html @@ -0,0 +1,29 @@ + + + + + + + diff --git a/dom/animation/test/css-animations/file_animation-starttime.html b/dom/animation/test/css-animations/file_animation-starttime.html new file mode 100644 index 000000000..46144464c --- /dev/null +++ b/dom/animation/test/css-animations/file_animation-starttime.html @@ -0,0 +1,383 @@ + + + + + Tests for the effect of setting a CSS animation's + Animation.startTime + + + + + + + diff --git a/dom/animation/test/css-animations/file_animations-dynamic-changes.html b/dom/animation/test/css-animations/file_animations-dynamic-changes.html new file mode 100644 index 000000000..8f16536ae --- /dev/null +++ b/dom/animation/test/css-animations/file_animations-dynamic-changes.html @@ -0,0 +1,154 @@ + + + + + + + diff --git a/dom/animation/test/css-animations/file_cssanimation-animationname.html b/dom/animation/test/css-animations/file_cssanimation-animationname.html new file mode 100644 index 000000000..fd69d8577 --- /dev/null +++ b/dom/animation/test/css-animations/file_cssanimation-animationname.html @@ -0,0 +1,37 @@ + + + + + + + diff --git a/dom/animation/test/css-animations/file_document-get-animations.html b/dom/animation/test/css-animations/file_document-get-animations.html new file mode 100644 index 000000000..abe02d7fc --- /dev/null +++ b/dom/animation/test/css-animations/file_document-get-animations.html @@ -0,0 +1,276 @@ + + + + + + + diff --git a/dom/animation/test/css-animations/file_effect-target.html b/dom/animation/test/css-animations/file_effect-target.html new file mode 100644 index 000000000..006028e34 --- /dev/null +++ b/dom/animation/test/css-animations/file_effect-target.html @@ -0,0 +1,54 @@ + + + + + + + diff --git a/dom/animation/test/css-animations/file_element-get-animations.html b/dom/animation/test/css-animations/file_element-get-animations.html new file mode 100644 index 000000000..68386c98b --- /dev/null +++ b/dom/animation/test/css-animations/file_element-get-animations.html @@ -0,0 +1,445 @@ + + + + + + + diff --git a/dom/animation/test/css-animations/file_keyframeeffect-getkeyframes.html b/dom/animation/test/css-animations/file_keyframeeffect-getkeyframes.html new file mode 100644 index 000000000..15e2d23f1 --- /dev/null +++ b/dom/animation/test/css-animations/file_keyframeeffect-getkeyframes.html @@ -0,0 +1,672 @@ + + + + + + + diff --git a/dom/animation/test/css-animations/file_pseudoElement-get-animations.html b/dom/animation/test/css-animations/file_pseudoElement-get-animations.html new file mode 100644 index 000000000..bebe14533 --- /dev/null +++ b/dom/animation/test/css-animations/file_pseudoElement-get-animations.html @@ -0,0 +1,70 @@ + + + + + + + diff --git a/dom/animation/test/css-animations/test_animation-cancel.html b/dom/animation/test/css-animations/test_animation-cancel.html new file mode 100644 index 000000000..15c9b482f --- /dev/null +++ b/dom/animation/test/css-animations/test_animation-cancel.html @@ -0,0 +1,15 @@ + + + + +
+ + diff --git a/dom/animation/test/css-animations/test_animation-computed-timing.html b/dom/animation/test/css-animations/test_animation-computed-timing.html new file mode 100644 index 000000000..c1b40aaf3 --- /dev/null +++ b/dom/animation/test/css-animations/test_animation-computed-timing.html @@ -0,0 +1,16 @@ + + + + + +
+ + diff --git a/dom/animation/test/css-animations/test_animation-currenttime.html b/dom/animation/test/css-animations/test_animation-currenttime.html new file mode 100644 index 000000000..7e3a8d74d --- /dev/null +++ b/dom/animation/test/css-animations/test_animation-currenttime.html @@ -0,0 +1,15 @@ + + + + +
+ + diff --git a/dom/animation/test/css-animations/test_animation-finish.html b/dom/animation/test/css-animations/test_animation-finish.html new file mode 100644 index 000000000..abbd267d8 --- /dev/null +++ b/dom/animation/test/css-animations/test_animation-finish.html @@ -0,0 +1,15 @@ + + + + +
+ + diff --git a/dom/animation/test/css-animations/test_animation-finished.html b/dom/animation/test/css-animations/test_animation-finished.html new file mode 100644 index 000000000..295ffe0af --- /dev/null +++ b/dom/animation/test/css-animations/test_animation-finished.html @@ -0,0 +1,15 @@ + + + + +
+ + diff --git a/dom/animation/test/css-animations/test_animation-id.html b/dom/animation/test/css-animations/test_animation-id.html new file mode 100644 index 000000000..c23501b8d --- /dev/null +++ b/dom/animation/test/css-animations/test_animation-id.html @@ -0,0 +1,15 @@ + + + + +
+ + diff --git a/dom/animation/test/css-animations/test_animation-pausing.html b/dom/animation/test/css-animations/test_animation-pausing.html new file mode 100644 index 000000000..10be1ddf0 --- /dev/null +++ b/dom/animation/test/css-animations/test_animation-pausing.html @@ -0,0 +1,15 @@ + + + + +
+ + diff --git a/dom/animation/test/css-animations/test_animation-playstate.html b/dom/animation/test/css-animations/test_animation-playstate.html new file mode 100644 index 000000000..54c8e1f10 --- /dev/null +++ b/dom/animation/test/css-animations/test_animation-playstate.html @@ -0,0 +1,15 @@ + + + + +
+ + diff --git a/dom/animation/test/css-animations/test_animation-ready.html b/dom/animation/test/css-animations/test_animation-ready.html new file mode 100644 index 000000000..445f751b4 --- /dev/null +++ b/dom/animation/test/css-animations/test_animation-ready.html @@ -0,0 +1,15 @@ + + + + +
+ + diff --git a/dom/animation/test/css-animations/test_animation-reverse.html b/dom/animation/test/css-animations/test_animation-reverse.html new file mode 100644 index 000000000..673b1e0d3 --- /dev/null +++ b/dom/animation/test/css-animations/test_animation-reverse.html @@ -0,0 +1,15 @@ + + + + +
+ + diff --git a/dom/animation/test/css-animations/test_animation-starttime.html b/dom/animation/test/css-animations/test_animation-starttime.html new file mode 100644 index 000000000..dfae89ffa --- /dev/null +++ b/dom/animation/test/css-animations/test_animation-starttime.html @@ -0,0 +1,15 @@ + + + + +
+ + diff --git a/dom/animation/test/css-animations/test_animations-dynamic-changes.html b/dom/animation/test/css-animations/test_animations-dynamic-changes.html new file mode 100644 index 000000000..ce4eb378d --- /dev/null +++ b/dom/animation/test/css-animations/test_animations-dynamic-changes.html @@ -0,0 +1,15 @@ + + + + +
+ + diff --git a/dom/animation/test/css-animations/test_cssanimation-animationname.html b/dom/animation/test/css-animations/test_cssanimation-animationname.html new file mode 100644 index 000000000..ccddecc33 --- /dev/null +++ b/dom/animation/test/css-animations/test_cssanimation-animationname.html @@ -0,0 +1,15 @@ + + + + +
+ + diff --git a/dom/animation/test/css-animations/test_document-get-animations.html b/dom/animation/test/css-animations/test_document-get-animations.html new file mode 100644 index 000000000..dc964e62c --- /dev/null +++ b/dom/animation/test/css-animations/test_document-get-animations.html @@ -0,0 +1,15 @@ + + + + +
+ + diff --git a/dom/animation/test/css-animations/test_effect-target.html b/dom/animation/test/css-animations/test_effect-target.html new file mode 100644 index 000000000..6c230c729 --- /dev/null +++ b/dom/animation/test/css-animations/test_effect-target.html @@ -0,0 +1,15 @@ + + + + +
+ + diff --git a/dom/animation/test/css-animations/test_element-get-animations.html b/dom/animation/test/css-animations/test_element-get-animations.html new file mode 100644 index 000000000..7b39e65cc --- /dev/null +++ b/dom/animation/test/css-animations/test_element-get-animations.html @@ -0,0 +1,15 @@ + + + + +
+ + diff --git a/dom/animation/test/css-animations/test_keyframeeffect-getkeyframes.html b/dom/animation/test/css-animations/test_keyframeeffect-getkeyframes.html new file mode 100644 index 000000000..3cf227008 --- /dev/null +++ b/dom/animation/test/css-animations/test_keyframeeffect-getkeyframes.html @@ -0,0 +1,15 @@ + + + + +
+ + diff --git a/dom/animation/test/css-animations/test_pseudoElement-get-animations.html b/dom/animation/test/css-animations/test_pseudoElement-get-animations.html new file mode 100644 index 000000000..1e0dc5c82 --- /dev/null +++ b/dom/animation/test/css-animations/test_pseudoElement-get-animations.html @@ -0,0 +1,14 @@ + + + + +
+ -- cgit v1.2.3