Bug 1178662 part 6 - Remove the Animation's w-p-f meta file associated setting the timeline. r?birtles draft
authorMantaroh Yoshinaga <mantaroh@gmail.com>
Tue, 31 May 2016 09:42:38 +0900
changeset 373072 48003f8e0da2b039a6f978584a2b254076f05c90
parent 373071 2ce51412937718a0711c1a21e694e14c824f0715
child 373073 571632b078948e23857b949d8e35d2c4b73e7a52
push id19674
push usermantaroh@gmail.com
push dateTue, 31 May 2016 00:42:59 +0000
reviewersbirtles
bugs1178662
milestone49.0a1
Bug 1178662 part 6 - Remove the Animation's w-p-f meta file associated setting the timeline. r?birtles MozReview-Commit-ID: Gfmr6PSwufM
testing/web-platform/meta/web-animations/timing-model/animations/set-the-timeline-of-an-animation.html.ini
deleted file mode 100644
--- a/testing/web-platform/meta/web-animations/timing-model/animations/set-the-timeline-of-an-animation.html.ini
+++ /dev/null
@@ -1,73 +0,0 @@
-[set-the-timeline-of-an-animation.html]
-  type: testharness
-  [After setting timeline on paused animation it is still paused]
-    expected: FAIL
-    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1178662
-
-  [After setting timeline on animation paused outside active interval it is still paused]
-    expected: FAIL
-    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1178662
-
-  [After setting timeline on an idle animation without a start time it is still idle]
-    expected: FAIL
-    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1178662
-
-  [After setting timeline on an idle animation with a start time it is running]
-    expected: FAIL
-    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1178662
-
-  [After setting timeline on an idle animation with a sufficiently ancient start time it is finished]
-    expected: FAIL
-    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1178662
-
-  [After setting timeline on a play-pending animation it is still pending]
-    expected: FAIL
-    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1178662
-
-  [After setting timeline on a play-pending animation it begins playing after pending]
-    expected: FAIL
-    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1178662
-
-  [After setting timeline on a pause-pending animation it is still pending]
-    expected: FAIL
-    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1178662
-
-  [After setting timeline on a pause-pending animation it becomes paused after pending]
-    expected: FAIL
-    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1178662
-
-  [After clearing timeline on paused animation it is still paused]
-    expected: FAIL
-    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1178662
-
-  [After clearing timeline on finished animation it is idle]
-    expected: FAIL
-    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1178662
-
-  [After clearing timeline on running animation it is idle]
-    expected: FAIL
-    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1178662
-
-  [After clearing timeline on idle animation it is still idle]
-    expected: FAIL
-    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1178662
-
-  [After clearing timeline on play-pending animation it is still pending]
-    expected: FAIL
-    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1178662
-
-  [After clearing and re-setting timeline on play-pending animation it begins to play]
-    expected: FAIL
-    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1178662
-
-  [After clearing timeline on a pause-pending animation it is still pending]
-    expected: FAIL
-    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1178662
-
-  [After clearing and re-setting timeline on a pause-pending animation it becomes paused]
-    expected: FAIL
-    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1178662
-
-  [After clearing and re-setting timeline on an animation in the middle of an aborted pause, it continues playing using the same start time]
-    expected: FAIL
-    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1178662