Bug 1402170 - Rename processing-a-keyframes-argument.html to have a 001 extension; r?hiro draft
authorBrian Birtles <birtles@gmail.com>
Fri, 22 Sep 2017 15:52:37 +0900
changeset 673293 3e739f31abd9166d3ff252f4a984adb5d26a94a4
parent 673292 56b66a314e8fdad37d0d51f16e03d1fa149c9b13
child 673294 939a8554d02acd5932036ad6817b1c4e1cb13474
push id82519
push userbmo:bbirtles@mozilla.com
push dateMon, 02 Oct 2017 08:06:17 +0000
reviewershiro
bugs1402170
milestone58.0a1
Bug 1402170 - Rename processing-a-keyframes-argument.html to have a 001 extension; r?hiro This naming is recommended by [1] and from a random sampling of tests in web-platform-tests it seems like most test don't use this, only tests that are split over multiple files. This "processing a keyframes argument" section is quite large so I intend to split the tests up into a number of files to cover: * Tests for property access * Tests for easing * Tests for offset * Tests for composite * Tests for equivalent forms [1] http://web-platform-tests.org/writing-tests/general-guidelines.html#file-paths-and-names MozReview-Commit-ID: JW2m50UnsKv
testing/web-platform/meta/MANIFEST.json
testing/web-platform/tests/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-001.html
testing/web-platform/tests/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument.html
--- a/testing/web-platform/meta/MANIFEST.json
+++ b/testing/web-platform/meta/MANIFEST.json
@@ -379864,19 +379864,19 @@
     ]
    ],
    "web-animations/interfaces/KeyframeEffect/iterationComposite.html": [
     [
      "/web-animations/interfaces/KeyframeEffect/iterationComposite.html",
      {}
     ]
    ],
-   "web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument.html": [
-    [
-     "/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument.html",
+   "web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-001.html": [
+    [
+     "/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-001.html",
      {}
     ]
    ],
    "web-animations/interfaces/KeyframeEffect/setKeyframes.html": [
     [
      "/web-animations/interfaces/KeyframeEffect/setKeyframes.html",
      {}
     ]
@@ -631206,53 +631206,53 @@
    "3a626b145f4eb77e816b9020f6fc67630088a00b",
    "testharness"
   ],
   "web-animations/interfaces/KeyframeEffect/composite.html": [
    "2580086b2da9b29d1645484c5ad4e59636a370e5",
    "testharness"
   ],
   "web-animations/interfaces/KeyframeEffect/constructor.html": [
-   "2bc0a19e2ff3304dfea3286096db46821bca6c16",
+   "82d2eefd0a3755fc352d7dbe773139a92fee452c",
    "testharness"
   ],
   "web-animations/interfaces/KeyframeEffect/copy-contructor.html": [
    "e1dfb5c05807a37974ecce98bb8c683cc291bfe4",
    "testharness"
   ],
   "web-animations/interfaces/KeyframeEffect/getComputedTiming.html": [
    "c9dcf7c17010e5495007e000b33aeb4dc89f92b7",
    "testharness"
   ],
   "web-animations/interfaces/KeyframeEffect/iterationComposite.html": [
    "2ed50cdb27335345015d8b13c64ef86c67048757",
    "testharness"
   ],
-  "web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument.html": [
-   "86ae5b18686e634743913adfcca9f1144b6902a4",
+  "web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-001.html": [
+   "e134685cad160d4c4abd6fd4917e26f87f4ae8df",
    "testharness"
   ],
   "web-animations/interfaces/KeyframeEffect/setKeyframes.html": [
    "2982bb6f57bb52c6e4e0483e4e47b22868a6010d",
    "testharness"
   ],
   "web-animations/interfaces/KeyframeEffect/setTarget.html": [
    "8c75e6605a134c96e261e5383414b7e15b32d121",
    "testharness"
   ],
   "web-animations/interfaces/KeyframeEffectReadOnly/copy-contructor.html": [
    "8ef986f13e7fe7ffeb7403f647b4169ac0d6a138",
    "testharness"
   ],
   "web-animations/resources/easing-tests.js": [
-   "5ef1183a4d3e12ad3edfe678c9fa002e7edce888",
+   "3ce84e5a8b53353dff6daa1a25245af0fd158441",
    "support"
   ],
   "web-animations/resources/keyframe-utils.js": [
-   "2903e56e508f7034e1918b5688c8a605db9bae51",
+   "7819f690e6eb0341bbca4b3eb835a2c083f76bde",
    "support"
   ],
   "web-animations/resources/xhr-doc.py": [
    "de68c45fc1d38a49946f9046f34031e9278a1531",
    "support"
   ],
   "web-animations/testcommon.js": [
    "d057ad66c4561ef32f83770e4948f2019da89d48",
rename from testing/web-platform/tests/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument.html
rename to testing/web-platform/tests/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-001.html
--- a/testing/web-platform/tests/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument.html
+++ b/testing/web-platform/tests/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-001.html
@@ -1,11 +1,11 @@
 <!DOCTYPE html>
 <meta charset=utf-8>
-<title>Tests for processing a keyframes argument</title>
+<title>Tests for processing a keyframes argument (property access)</title>
 <link rel="help" href="https://w3c.github.io/web-animations/#processing-a-keyframes-argument">
 <script src="/resources/testharness.js"></script>
 <script src="/resources/testharnessreport.js"></script>
 <script src="../../testcommon.js"></script>
 <script src="../../resources/keyframe-utils.js"></script>
 <body>
 <div id="log"></div>
 <div id="target"></div>