Bug 1415448 - Move the tests for the type of the 'visibility' property to the animation-types section; r?hiro draft
authorBrian Birtles <birtles@gmail.com>
Wed, 08 Nov 2017 16:26:02 +0900
changeset 696027 da688e9b702deb51f78408665f0284c16bd24244
parent 696026 33305c9f74f64062444234d6201c3d848a9b59f3
child 696028 188c5f09d31864b2b7f08e1f665ef81aa8f4559c
push id88616
push userbbirtles@mozilla.com
push dateFri, 10 Nov 2017 04:12:48 +0000
reviewershiro
bugs1415448
milestone58.0a1
Bug 1415448 - Move the tests for the type of the 'visibility' property to the animation-types section; r?hiro MozReview-Commit-ID: WgicxIVrZ3
testing/web-platform/meta/MANIFEST.json
testing/web-platform/tests/web-animations/animation-model/animation-types/visibility-type.html
testing/web-platform/tests/web-animations/animation-model/keyframe-effects/effect-value-visibility.html
--- a/testing/web-platform/meta/MANIFEST.json
+++ b/testing/web-platform/meta/MANIFEST.json
@@ -354572,16 +354572,22 @@
     ]
    ],
    "web-animations/animation-model/animation-types/interpolation-per-property.html": [
     [
      "/web-animations/animation-model/animation-types/interpolation-per-property.html",
      {}
     ]
    ],
+   "web-animations/animation-model/animation-types/visibility-type.html": [
+    [
+     "/web-animations/animation-model/animation-types/visibility-type.html",
+     {}
+    ]
+   ],
    "web-animations/animation-model/combining-effects/effect-composition.html": [
     [
      "/web-animations/animation-model/combining-effects/effect-composition.html",
      {}
     ]
    ],
    "web-animations/animation-model/keyframe-effects/effect-value-context.html": [
     [
@@ -354596,22 +354602,16 @@
     ]
    ],
    "web-animations/animation-model/keyframe-effects/effect-value-transformed-distance.html": [
     [
      "/web-animations/animation-model/keyframe-effects/effect-value-transformed-distance.html",
      {}
     ]
    ],
-   "web-animations/animation-model/keyframe-effects/effect-value-visibility.html": [
-    [
-     "/web-animations/animation-model/keyframe-effects/effect-value-visibility.html",
-     {}
-    ]
-   ],
    "web-animations/interfaces/Animatable/animate-no-browsing-context.html": [
     [
      "/web-animations/interfaces/Animatable/animate-no-browsing-context.html",
      {}
     ]
    ],
    "web-animations/interfaces/Animatable/animate.html": [
     [
@@ -585789,36 +585789,36 @@
   "web-animations/animation-model/animation-types/property-list.js": [
    "6a1aafd6077aa656cfba4bba48f7ceca8344b810",
    "support"
   ],
   "web-animations/animation-model/animation-types/property-types.js": [
    "4b9e06fc9014110a711c590f866a149d31a9a6fa",
    "support"
   ],
+  "web-animations/animation-model/animation-types/visibility-type.html": [
+   "f3c1b5c70dc0a1709a2489fcb38cd1dde48a9d70",
+   "testharness"
+  ],
   "web-animations/animation-model/combining-effects/effect-composition.html": [
    "31a74be82fc37b6ce88d0af8fa440ea85052003a",
    "testharness"
   ],
   "web-animations/animation-model/keyframe-effects/effect-value-context.html": [
    "bda2b1b950dd63a2fab51b383eda501410a1f3da",
    "testharness"
   ],
   "web-animations/animation-model/keyframe-effects/effect-value-overlapping-keyframes.html": [
    "b93e4a1d2b7bb3b8de94470e1e32e2ba1c55f04f",
    "testharness"
   ],
   "web-animations/animation-model/keyframe-effects/effect-value-transformed-distance.html": [
    "fab8af140899e9a2babdae5b7c998b1d38f84877",
    "testharness"
   ],
-  "web-animations/animation-model/keyframe-effects/effect-value-visibility.html": [
-   "64b1393841c87f5b4ad26bd6477149e3d06348ef",
-   "testharness"
-  ],
   "web-animations/interfaces/Animatable/animate-no-browsing-context.html": [
    "284d173b6875923ddd894d2ac7498cd07311c001",
    "testharness"
   ],
   "web-animations/interfaces/Animatable/animate.html": [
    "dfba0ceb784a9ba847f0f0db1234a59c783ecfab",
    "testharness"
   ],
rename from testing/web-platform/tests/web-animations/animation-model/keyframe-effects/effect-value-visibility.html
rename to testing/web-platform/tests/web-animations/animation-model/animation-types/visibility-type.html
--- a/testing/web-platform/tests/web-animations/animation-model/keyframe-effects/effect-value-visibility.html
+++ b/testing/web-platform/tests/web-animations/animation-model/animation-types/visibility-type.html
@@ -1,12 +1,14 @@
 <!DOCTYPE html>
 <meta charset=utf-8>
-<title>Effect value for 'visibility' property</title>
-<link rel="help" href="https://w3c.github.io/web-animations/#the-effect-value-of-a-keyframe-animation-effect">
+<title>Animation type for the 'visibility' property</title>
+<!-- FIXME: The following spec link should be updated once this definition has
+  been moved to CSS Values & Units. -->
+<link rel="help" href="https://drafts.csswg.org/css-transitions/#animtype-visibility">
 <script src="/resources/testharness.js"></script>
 <script src="/resources/testharnessreport.js"></script>
 <script src="../../testcommon.js"></script>
 <body>
 <div id="log"></div>
 <div id="target"></div>
 <script>
 'use strict';