Bug 1267510 part 8 - Move animation's w-p-f tests to correct directories. r=birtles
☠☠ backed out by 1d84194ace35 ☠ ☠
authorMantaroh Yoshinaga <mantaroh@gmail.com>
Mon, 27 Jun 2016 08:13:16 +0900
changeset 342709 2a2c42608ff070e826e4b548fa079e08686382b8
parent 342708 4cdb7f5b6f7c6eaea8b5ba9742df7461e462562c
child 342710 4ce9b79c3103be8847880f305a48ca7ff03a9d58
push id6389
push userraliiev@mozilla.com
push dateMon, 19 Sep 2016 13:38:22 +0000
treeherdermozilla-beta@01d67bfe6c81 [default view] [failures only]
perfherder[talos] [build metrics] [platform microbench] (compared to previous push)
reviewersbirtles
bugs1267510
milestone50.0a1
first release with
nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
last release without
nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
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"
@@ -36390,16 +36392,28 @@
           }
         ],
         "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/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