diff options
Diffstat (limited to 'testing/web-platform/meta/web-animations/animation-model/keyframe-effects')
6 files changed, 20 insertions, 0 deletions
diff --git a/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-on-marquee-parent-crash.html.ini b/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-on-marquee-parent-crash.html.ini new file mode 100644 index 0000000000..4ce0d33bc4 --- /dev/null +++ b/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-on-marquee-parent-crash.html.ini @@ -0,0 +1,3 @@ +[effect-on-marquee-parent-crash.html] + expected: + if (os == "linux") and debug and not fission and not swgl: [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-iteration-composite-operation.html.ini b/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-iteration-composite-operation.html.ini new file mode 100644 index 0000000000..48351fc2f4 --- /dev/null +++ b/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-iteration-composite-operation.html.ini @@ -0,0 +1,3 @@ +[effect-value-iteration-composite-operation.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-overlapping-keyframes.html.ini b/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-overlapping-keyframes.html.ini new file mode 100644 index 0000000000..fda7bcd6f4 --- /dev/null +++ b/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-overlapping-keyframes.html.ini @@ -0,0 +1,3 @@ +[effect-value-overlapping-keyframes.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-replaced-animations.html.ini b/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-replaced-animations.html.ini new file mode 100644 index 0000000000..0a0f6c1e91 --- /dev/null +++ b/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-replaced-animations.html.ini @@ -0,0 +1,3 @@ +[effect-value-replaced-animations.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-transformed-distance.html.ini b/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-transformed-distance.html.ini new file mode 100644 index 0000000000..20aa9afe5e --- /dev/null +++ b/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-transformed-distance.html.ini @@ -0,0 +1,3 @@ +[effect-value-transformed-distance.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/transform-and-opacity-on-inline-001.html.ini b/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/transform-and-opacity-on-inline-001.html.ini new file mode 100644 index 0000000000..af2cbfba85 --- /dev/null +++ b/testing/web-platform/meta/web-animations/animation-model/keyframe-effects/transform-and-opacity-on-inline-001.html.ini @@ -0,0 +1,5 @@ +[transform-and-opacity-on-inline-001.html] + fuzzy: + if (os == "mac"): maxDifference=0-1;totalPixels=0-1 + expected: + if os == "win": FAIL |