summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/web-animations/animation-model
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/web-animations/animation-model
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/web-platform/meta/web-animations/animation-model')
-rw-r--r--testing/web-platform/meta/web-animations/animation-model/animation-types/spacing-keyframes-shapes.html.ini3
-rw-r--r--testing/web-platform/meta/web-animations/animation-model/animation-types/type-per-property.html.ini37
-rw-r--r--testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-context.html.ini6
3 files changed, 46 insertions, 0 deletions
diff --git a/testing/web-platform/meta/web-animations/animation-model/animation-types/spacing-keyframes-shapes.html.ini b/testing/web-platform/meta/web-animations/animation-model/animation-types/spacing-keyframes-shapes.html.ini
new file mode 100644
index 000000000..ccc0fa3d9
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/animation-model/animation-types/spacing-keyframes-shapes.html.ini
@@ -0,0 +1,3 @@
+[spacing-keyframes-shapes.html]
+ type: testharness
+ prefs: [layout.css.clip-path-shapes.enabled:true]
diff --git a/testing/web-platform/meta/web-animations/animation-model/animation-types/type-per-property.html.ini b/testing/web-platform/meta/web-animations/animation-model/animation-types/type-per-property.html.ini
new file mode 100644
index 000000000..c443f10fd
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/animation-model/animation-types/type-per-property.html.ini
@@ -0,0 +1,37 @@
+prefs: [layout.css.contain.enabled:true,
+ layout.css.initial-letter.enabled:true,
+ layout.css.overflow-clip-box.enabled:true,
+ layout.css.shape-outside.enabled:true]
+[type-per-property.html]
+ type: testharness
+ [flex-basis supports animating as combination units 'px' and '%']
+ expected: FAIL
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1291187
+
+ [flex-basis supports animating as combination units '%' and 'em']
+ expected: FAIL
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1291187
+
+ [image-rendering uses discrete animation when animating between 'optimizeQuality' and 'pixelated' with linear easing]
+ expected: FAIL
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=856337
+
+ [image-rendering uses discrete animation when animating between 'optimizeQuality' and 'pixelated' with effect easing]
+ expected: FAIL
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=856337
+
+ [image-rendering uses discrete animation when animating between 'optimizeQuality' and 'pixelated' with keyframe easing]
+ expected: FAIL
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=856337
+
+ [text-combine-upright uses discrete animation when animating between 'all' and 'digits' with linear easing]
+ expected: FAIL
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1258635
+
+ [text-combine-upright uses discrete animation when animating between 'all' and 'digits' with effect easing]
+ expected: FAIL
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1258635
+
+ [text-combine-upright uses discrete animation when animating between 'all' and 'digits' with keyframe easing]
+ expected: FAIL
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1258635
diff --git a/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-context.html.ini b/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-context.html.ini
new file mode 100644
index 000000000..3ad166e7c
--- /dev/null
+++ b/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-context.html.ini
@@ -0,0 +1,6 @@
+[effect-value-context.html]
+ type: testharness
+ [Effect values reflect changes to font-size when computed style is not immediately flushed]
+ expected: FAIL
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1254424
+