diff options
Diffstat (limited to 'testing/web-platform/meta/web-animations/animation-model')
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 + |