Bug 1267893 part 2 - Move existing timing model tests into animation-effects subfolder draft
authorBrian Birtles <birtles@gmail.com>
Wed, 27 Apr 2016 11:27:12 +0900
changeset 356756 443d8a05d2f0660e10c6f54a9ae059849193747b
parent 356755 79c1006f199c1b609763e2a778ddccd3683b7695
child 356757 a576a3a90dd544190b162e53c91c6f8a5fb756fd
push id16592
push userbbirtles@mozilla.com
push dateWed, 27 Apr 2016 04:53:51 +0000
bugs1267893
milestone49.0a1
Bug 1267893 part 2 - Move existing timing model tests into animation-effects subfolder MozReview-Commit-ID: JojGDs8aWAp
testing/web-platform/meta/MANIFEST.json
testing/web-platform/tests/web-animations/timing-model/active-time.html
testing/web-platform/tests/web-animations/timing-model/animation-effects/active-time.html
testing/web-platform/tests/web-animations/timing-model/animation-effects/current-iteration.html
testing/web-platform/tests/web-animations/timing-model/animation-effects/simple-iteration-progress.html
testing/web-platform/tests/web-animations/timing-model/current-iteration.html
testing/web-platform/tests/web-animations/timing-model/simple-iteration-progress.html
--- a/testing/web-platform/meta/MANIFEST.json
+++ b/testing/web-platform/meta/MANIFEST.json
@@ -35295,32 +35295,32 @@
           }
         ],
         "service-workers/service-worker/navigate-window.https.html": [
           {
             "path": "service-workers/service-worker/navigate-window.https.html",
             "url": "/service-workers/service-worker/navigate-window.https.html"
           }
         ],
-        "web-animations/timing-model/active-time.html": [
+        "web-animations/timing-model/animation-effects/active-time.html": [
           {
-            "path": "web-animations/timing-model/active-time.html",
-            "url": "/web-animations/timing-model/active-time.html"
+            "path": "web-animations/timing-model/animation-effects/active-time.html",
+            "url": "/web-animations/timing-model/animation-effects/active-time.html"
           }
         ],
-        "web-animations/timing-model/current-iteration.html": [
+        "web-animations/timing-model/animation-effects/current-iteration.html": [
           {
-            "path": "web-animations/timing-model/current-iteration.html",
-            "url": "/web-animations/timing-model/current-iteration.html"
+            "path": "web-animations/timing-model/animation-effects/current-iteration.html",
+            "url": "/web-animations/timing-model/animation-effects/current-iteration.html"
           }
         ],
-        "web-animations/timing-model/simple-iteration-progress.html": [
+        "web-animations/timing-model/animation-effects/simple-iteration-progress.html": [
           {
-            "path": "web-animations/timing-model/simple-iteration-progress.html",
-            "url": "/web-animations/timing-model/simple-iteration-progress.html"
+            "path": "web-animations/timing-model/animation-effects/simple-iteration-progress.html",
+            "url": "/web-animations/timing-model/animation-effects/simple-iteration-progress.html"
           }
         ]
       }
     },
     "reftest_nodes": {
       "compat/webkit-text-fill-color-property-002.html": [
         {
           "path": "compat/webkit-text-fill-color-property-002.html",
rename from testing/web-platform/tests/web-animations/timing-model/active-time.html
rename to testing/web-platform/tests/web-animations/timing-model/animation-effects/active-time.html
--- a/testing/web-platform/tests/web-animations/timing-model/active-time.html
+++ b/testing/web-platform/tests/web-animations/timing-model/animation-effects/active-time.html
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <meta charset=utf-8>
 <title>Active time tests</title>
 <link rel="help" href="https://w3c.github.io/web-animations/#active-time">
 <script src="/resources/testharness.js"></script>
 <script src="/resources/testharnessreport.js"></script>
-<script src="../testcommon.js"></script>
+<script src="../../testcommon.js"></script>
 <body>
 <div id="log"></div>
 <script>
 'use strict';
 
 async_test(function(t) {
   var div = createDiv(t);
   var anim = div.animate({ opacity: [ 0, 1 ] }, { delay: 1 });
rename from testing/web-platform/tests/web-animations/timing-model/current-iteration.html
rename to testing/web-platform/tests/web-animations/timing-model/animation-effects/current-iteration.html
--- a/testing/web-platform/tests/web-animations/timing-model/current-iteration.html
+++ b/testing/web-platform/tests/web-animations/timing-model/animation-effects/current-iteration.html
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <meta charset=utf-8>
 <title>Current iteration tests</title>
 <link rel="help" href="https://w3c.github.io/web-animations/#current-iteration">
 <script src="/resources/testharness.js"></script>
 <script src="/resources/testharnessreport.js"></script>
-<script src="../testcommon.js"></script>
+<script src="../../testcommon.js"></script>
 <body>
 <div id="log"></div>
 <script>
 'use strict';
 
 function executeTests(tests, description) {
   tests.forEach(function(currentTest) {
     var testParams = '';
rename from testing/web-platform/tests/web-animations/timing-model/simple-iteration-progress.html
rename to testing/web-platform/tests/web-animations/timing-model/animation-effects/simple-iteration-progress.html
--- a/testing/web-platform/tests/web-animations/timing-model/simple-iteration-progress.html
+++ b/testing/web-platform/tests/web-animations/timing-model/animation-effects/simple-iteration-progress.html
@@ -1,16 +1,16 @@
 <!DOCTYPE html>
 <meta charset=utf-8>
 <title>Simple iteration progress tests</title>
 <link rel="help"
       href="https://w3c.github.io/web-animations/#simple-iteration-progress">
 <script src="/resources/testharness.js"></script>
 <script src="/resources/testharnessreport.js"></script>
-<script src="../testcommon.js"></script>
+<script src="../../testcommon.js"></script>
 <body>
 <div id="log"></div>
 <script>
 'use strict';
 
 function executeTests(tests, description) {
   tests.forEach(function(currentTest) {
     var testParams = '';