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>
Fri, 10 Nov 2017 16:45:34 +0900
changeset 696133 9912065faff21ba82c7e44badf9315069a456d13
parent 696132 48ffae92bb706796bbd4605f24d273221c093487
child 696134 3989605af90fcff54a67e73b49c3b13492a8f7c1
push id88646
push userbbirtles@mozilla.com
push dateFri, 10 Nov 2017 08:01:07 +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: RXhfh4o5CV
testing/web-platform/meta/MANIFEST.json
testing/web-platform/tests/web-animations/animation-model/animation-types/visibility.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.html": [
+    [
+     "/web-animations/animation-model/animation-types/visibility.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": [
     [
@@ -585795,36 +585795,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.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": [
    "03f1cdb47ffa2ce4bb821c1cc76fbc01b1b4b214",
    "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.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.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';