Bug 1267510 part 8 - Move animation's w-p-f tests to correct directories. r?birtles draft
authorMantaroh Yoshinaga <mantaroh@gmail.com>
Wed, 29 Jun 2016 11:14:12 +0900
changeset 382154 ab5189afd0754ca3a582a1f3cfaec2819d296db6
parent 382153 f0d988c79b78a2016966f4cb7277942c0983f880
child 524113 d682e6260da250f2008c82f65859e7a57c15bb09
push id21637
push usermantaroh@gmail.com
push dateWed, 29 Jun 2016 02:14:31 +0000
reviewersbirtles
bugs1267510
milestone50.0a1
Bug 1267510 part 8 - Move animation's w-p-f tests to correct directories. r?birtles MozReview-Commit-ID: 2alFixqDfNK
testing/web-platform/meta/MANIFEST.json
testing/web-platform/tests/web-animations/interfaces/AnimationTimeline/document-timeline.html
testing/web-platform/tests/web-animations/interfaces/AnimationTimeline/idlharness.html
testing/web-platform/tests/web-animations/interfaces/DocumentTimeline/idlharness.html
testing/web-platform/tests/web-animations/timing-model/timelines/default-document-timeline.html
--- a/testing/web-platform/meta/MANIFEST.json
+++ b/testing/web-platform/meta/MANIFEST.json
@@ -36083,19 +36083,21 @@
         "path": "webdriver/navigation.py",
         "url": "/webdriver/navigation.py"
       }
     ]
   },
   "local_changes": {
     "deleted": [
       "WebCryptoAPI/generateKey/failures.worker.js",
-      "WebCryptoAPI/generateKey/successes.worker.js",
+      "web-animations/interfaces/AnimationTimeline/document-timeline.html",
+      "WebCryptoAPI/generateKey/test_failures.html",
       "WebCryptoAPI/generateKey/test_successes.html",
-      "WebCryptoAPI/generateKey/test_failures.html"
+      "web-animations/interfaces/AnimationTimeline/idlharness.html",
+      "WebCryptoAPI/generateKey/successes.worker.js"
     ],
     "deleted_reftests": {},
     "items": {
       "testharness": {
         "WebCryptoAPI/generateKey/failures_AES-CBC.worker.js": [
           {
             "path": "WebCryptoAPI/generateKey/failures_AES-CBC.worker.js",
             "url": "/WebCryptoAPI/generateKey/failures_AES-CBC.worker"
@@ -36396,22 +36398,34 @@
           }
         ],
         "web-animations/interfaces/DocumentTimeline/constructor.html": [
           {
             "path": "web-animations/interfaces/DocumentTimeline/constructor.html",
             "url": "/web-animations/interfaces/DocumentTimeline/constructor.html"
           }
         ],
+        "web-animations/interfaces/DocumentTimeline/idlharness.html": [
+          {
+            "path": "web-animations/interfaces/DocumentTimeline/idlharness.html",
+            "url": "/web-animations/interfaces/DocumentTimeline/idlharness.html"
+          }
+        ],
         "web-animations/interfaces/KeyframeEffectReadOnly/spacing.html": [
           {
             "path": "web-animations/interfaces/KeyframeEffectReadOnly/spacing.html",
             "url": "/web-animations/interfaces/KeyframeEffectReadOnly/spacing.html"
           }
         ],
+        "web-animations/timing-model/timelines/default-document-timeline.html": [
+          {
+            "path": "web-animations/timing-model/timelines/default-document-timeline.html",
+            "url": "/web-animations/timing-model/timelines/default-document-timeline.html"
+          }
+        ],
         "webaudio/the-audio-api/the-audioparam-interface/setTargetAtTime-after-event-within-block.html": [
           {
             "path": "webaudio/the-audio-api/the-audioparam-interface/setTargetAtTime-after-event-within-block.html",
             "url": "/webaudio/the-audio-api/the-audioparam-interface/setTargetAtTime-after-event-within-block.html"
           }
         ],
         "webaudio/the-audio-api/the-audioparam-interface/setValueAtTime-within-block.html": [
           {
rename from testing/web-platform/tests/web-animations/interfaces/AnimationTimeline/idlharness.html
rename to testing/web-platform/tests/web-animations/interfaces/DocumentTimeline/idlharness.html
rename from testing/web-platform/tests/web-animations/interfaces/AnimationTimeline/document-timeline.html
rename to testing/web-platform/tests/web-animations/timing-model/timelines/default-document-timeline.html