diff options
Diffstat (limited to 'testing/web-platform/meta/web-animations/interfaces/Animation')
13 files changed, 45 insertions, 0 deletions
diff --git a/testing/web-platform/meta/web-animations/interfaces/Animation/commitStyles.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animation/commitStyles.html.ini new file mode 100644 index 0000000000..5233077a1b --- /dev/null +++ b/testing/web-platform/meta/web-animations/interfaces/Animation/commitStyles.html.ini @@ -0,0 +1,4 @@ +[commitStyles.html] + [Commits custom variables] + expected: FAIL + diff --git a/testing/web-platform/meta/web-animations/interfaces/Animation/effect.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animation/effect.html.ini new file mode 100644 index 0000000000..902a79368f --- /dev/null +++ b/testing/web-platform/meta/web-animations/interfaces/Animation/effect.html.ini @@ -0,0 +1,3 @@ +[effect.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/interfaces/Animation/finished.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animation/finished.html.ini new file mode 100644 index 0000000000..805cd8d148 --- /dev/null +++ b/testing/web-platform/meta/web-animations/interfaces/Animation/finished.html.ini @@ -0,0 +1,3 @@ +[finished.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/web-animations/interfaces/Animation/id.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animation/id.html.ini new file mode 100644 index 0000000000..68c9e9e15d --- /dev/null +++ b/testing/web-platform/meta/web-animations/interfaces/Animation/id.html.ini @@ -0,0 +1,3 @@ +[id.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/interfaces/Animation/oncancel.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animation/oncancel.html.ini new file mode 100644 index 0000000000..45b3b7385b --- /dev/null +++ b/testing/web-platform/meta/web-animations/interfaces/Animation/oncancel.html.ini @@ -0,0 +1,3 @@ +[oncancel.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/interfaces/Animation/onremove.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animation/onremove.html.ini new file mode 100644 index 0000000000..1b1a2ee1f9 --- /dev/null +++ b/testing/web-platform/meta/web-animations/interfaces/Animation/onremove.html.ini @@ -0,0 +1,6 @@ +[onremove.html] + [onremove events are fired in the correct order] + expected: + if (os == "android") and debug and swgl: [FAIL, PASS] + if (os == "win") and debug: PASS + [PASS, FAIL] diff --git a/testing/web-platform/meta/web-animations/interfaces/Animation/pause.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animation/pause.html.ini new file mode 100644 index 0000000000..fdbb1974b7 --- /dev/null +++ b/testing/web-platform/meta/web-animations/interfaces/Animation/pause.html.ini @@ -0,0 +1,3 @@ +[pause.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/interfaces/Animation/pending.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animation/pending.html.ini new file mode 100644 index 0000000000..69b4bd6a4b --- /dev/null +++ b/testing/web-platform/meta/web-animations/interfaces/Animation/pending.html.ini @@ -0,0 +1,3 @@ +[pending.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/interfaces/Animation/persist.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animation/persist.html.ini new file mode 100644 index 0000000000..4b6b060845 --- /dev/null +++ b/testing/web-platform/meta/web-animations/interfaces/Animation/persist.html.ini @@ -0,0 +1,3 @@ +[persist.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/interfaces/Animation/play.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animation/play.html.ini new file mode 100644 index 0000000000..b2106c31fd --- /dev/null +++ b/testing/web-platform/meta/web-animations/interfaces/Animation/play.html.ini @@ -0,0 +1,3 @@ +[play.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/interfaces/Animation/ready.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animation/ready.html.ini new file mode 100644 index 0000000000..f5e33f12e2 --- /dev/null +++ b/testing/web-platform/meta/web-animations/interfaces/Animation/ready.html.ini @@ -0,0 +1,3 @@ +[ready.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/interfaces/Animation/startTime.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animation/startTime.html.ini new file mode 100644 index 0000000000..5ad579bdee --- /dev/null +++ b/testing/web-platform/meta/web-animations/interfaces/Animation/startTime.html.ini @@ -0,0 +1,3 @@ +[startTime.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/interfaces/Animation/style-change-events.html.ini b/testing/web-platform/meta/web-animations/interfaces/Animation/style-change-events.html.ini new file mode 100644 index 0000000000..3353127647 --- /dev/null +++ b/testing/web-platform/meta/web-animations/interfaces/Animation/style-change-events.html.ini @@ -0,0 +1,5 @@ +[style-change-events.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [All property keys are recognized] + expected: FAIL |