Bug 1402170 - Fix title in processing-a-keyframes-argument.html test; r?hiro draft
authorBrian Birtles <birtles@gmail.com>
Fri, 22 Sep 2017 10:18:25 +0900
changeset 673217 60d44017026e80d58bcccd3d6843dcaa03bed7ae
parent 673165 44643fce30b43a8981535c335aaccb45006e456b
child 673218 44694696c309a4c7c92e9609d46c66995224fbb2
push id82504
push userbmo:bbirtles@mozilla.com
push dateMon, 02 Oct 2017 05:09:17 +0000
reviewershiro
bugs1402170
milestone58.0a1
Bug 1402170 - Fix title in processing-a-keyframes-argument.html test; r?hiro And also drop the slightly misleading and redundant comment about the procedure that this test covers (it covers *both* the "process a keyframes argument" procedure and the "process a keyframe-like object" subprocedure). MozReview-Commit-ID: 9lzx4rCj20o
testing/web-platform/tests/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument.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.html
@@ -1,24 +1,22 @@
 <!DOCTYPE html>
 <meta charset=utf-8>
-<title>KeyframeEffectReadOnly constructor tests</title>
+<title>Tests for processing a keyframes argument</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>
 <script>
 'use strict';
 
-// Test the "process a keyframe-like object" procedure.
-//
 // This file only tests the KeyframeEffectReadOnly constructor since it is
 // assumed that the implementation of the KeyframeEffect constructor,
 // Animatable.animate() method, and KeyframeEffect.setKeyframes() method will
 // all share common machinery and it is not necessary to test each method.
 
 // Test that only animatable properties are accessed
 
 var gNonAnimatableProps = [