Bug 1417808 - Update the titles of a couple of test files that test part of the "The effect value of a keyframe effect" section of the spec; r=hiro

This makes them consistent with the other two test files in this directory that
begin with effect-value-...

  - The effect value of a keyframe effect: Property values that depend on their
    context (target element)
  - The effect value of a keyframe effect: Applying the iteration composite
    operation

MozReview-Commit-ID: B8pgUPEw9Vq

--HG--
extra : rebase_source : 3ded74412377671b967fa27bf54784339f7752a9
This commit is contained in:
Brian Birtles 2017-11-16 16:33:05 +09:00
parent d0e4044f13
commit e9b84198d5
3 changed files with 6 additions and 4 deletions

View File

@ -585818,7 +585818,7 @@
"testharness"
],
"web-animations/animation-model/keyframe-effects/effect-value-context.html": [
"5d345744a6c60aac8498e8bee47e72715f22652a",
"87689f24cd6bdae1a8296fcc9b96fc51455c17c9",
"testharness"
],
"web-animations/animation-model/keyframe-effects/effect-value-iteration-composite-operation.html": [
@ -585830,7 +585830,7 @@
"testharness"
],
"web-animations/animation-model/keyframe-effects/effect-value-transformed-distance.html": [
"450a31e4c1335a2dd531821564af64dcb68d40cd",
"68f8181b4592b25195e202facf646d9035040db5",
"testharness"
],
"web-animations/interfaces/Animatable/animate-no-browsing-context.html": [

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>Calculating computed keyframes: Property values that depend on their context (target element)</title>
<title>The effect value of a keyframe effect: Property values that depend on
their context (target element)</title>
<link rel="help" href="https://w3c.github.io/web-animations/#calculating-computed-keyframes">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>Transformed distance when computing an effect value</title>
<title>The effect value of a keyframe effect: Calculating the transformed
distance between keyframes</title>
<link rel="help" href="https://w3c.github.io/web-animations/#the-effect-value-of-a-keyframe-animation-effect">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>