Bug 1436659 - Rename tests in timing-model/animations to match spec section titles; r=hiro

In this folder we have a mixture of tests named after the procedure they are
testing or the section that contains the procedure. The latter seems to be more
common and makes it a little easier to check that all sections are tested so
this patch renames files to refer to the section titles instead. It also updates
a few of the test file titles and URLs.

MozReview-Commit-ID: 2udhvAKP5VR

--HG--
rename : testing/web-platform/tests/web-animations/timing-model/animations/set-the-animation-start-time.html => testing/web-platform/tests/web-animations/timing-model/animations/setting-the-start-time-of-an-animation.html
rename : testing/web-platform/tests/web-animations/timing-model/animations/set-the-target-effect-of-an-animation.html => testing/web-platform/tests/web-animations/timing-model/animations/setting-the-target-effect-of-an-animation.html
rename : testing/web-platform/tests/web-animations/timing-model/animations/set-the-timeline-of-an-animation.html => testing/web-platform/tests/web-animations/timing-model/animations/setting-the-timeline-of-an-animation.html
rename : testing/web-platform/tests/web-animations/timing-model/animations/current-time.html => testing/web-platform/tests/web-animations/timing-model/animations/the-current-time-of-an-animation.html
extra : rebase_source : 12a3b1e322d12bdadc86f85c770f726f1588c7b1
This commit is contained in:
Brian Birtles 2018-02-13 15:04:08 +09:00
Родитель 435d1b3ea3
Коммит 5f19eb1ca2
7 изменённых файлов: 33 добавлений и 33 удалений

Просмотреть файл

@ -358906,12 +358906,6 @@
{}
]
],
"web-animations/timing-model/animations/current-time.html": [
[
"/web-animations/timing-model/animations/current-time.html",
{}
]
],
"web-animations/timing-model/animations/finishing-an-animation.html": [
[
"/web-animations/timing-model/animations/finishing-an-animation.html",
@ -358942,21 +358936,27 @@
{}
]
],
"web-animations/timing-model/animations/set-the-animation-start-time.html": [
"web-animations/timing-model/animations/setting-the-start-time-of-an-animation.html": [
[
"/web-animations/timing-model/animations/set-the-animation-start-time.html",
"/web-animations/timing-model/animations/setting-the-start-time-of-an-animation.html",
{}
]
],
"web-animations/timing-model/animations/set-the-target-effect-of-an-animation.html": [
"web-animations/timing-model/animations/setting-the-target-effect-of-an-animation.html": [
[
"/web-animations/timing-model/animations/set-the-target-effect-of-an-animation.html",
"/web-animations/timing-model/animations/setting-the-target-effect-of-an-animation.html",
{}
]
],
"web-animations/timing-model/animations/set-the-timeline-of-an-animation.html": [
"web-animations/timing-model/animations/setting-the-timeline-of-an-animation.html": [
[
"/web-animations/timing-model/animations/set-the-timeline-of-an-animation.html",
"/web-animations/timing-model/animations/setting-the-timeline-of-an-animation.html",
{}
]
],
"web-animations/timing-model/animations/the-current-time-of-an-animation.html": [
[
"/web-animations/timing-model/animations/the-current-time-of-an-animation.html",
{}
]
],
@ -591721,10 +591721,6 @@
"d82cbc5caf654b9811c90d5165fb0429891cb149",
"testharness"
],
"web-animations/timing-model/animations/current-time.html": [
"52d23e752878c821754b2c2b752e7393882609e2",
"testharness"
],
"web-animations/timing-model/animations/finishing-an-animation.html": [
"8d430adcb97bf3dab9703bc2d31be23e1adaec85",
"testharness"
@ -591734,7 +591730,7 @@
"testharness"
],
"web-animations/timing-model/animations/play-states.html": [
"3ec76eff991e306699b21fb03bc1f346ffd9cee3",
"0ab2fa3a464001272d1af541ea769fa967490c3b",
"testharness"
],
"web-animations/timing-model/animations/playing-an-animation.html": [
@ -591742,19 +591738,23 @@
"testharness"
],
"web-animations/timing-model/animations/reversing-an-animation.html": [
"3afdb3cc9a9dafb28ebe46902276c19c24aeb9a8",
"195b9f36bf4d9a4c5d413b3fe7f7e544922d3f74",
"testharness"
],
"web-animations/timing-model/animations/set-the-animation-start-time.html": [
"fa26feebcde00a5b0b63f8f3587acc313a58f26a",
"web-animations/timing-model/animations/setting-the-start-time-of-an-animation.html": [
"a7e9924aad3402e02cf65127a64c72d8a8be24e2",
"testharness"
],
"web-animations/timing-model/animations/set-the-target-effect-of-an-animation.html": [
"3b7f1f60cd771ff8587daf7ab76ccbecff59f781",
"web-animations/timing-model/animations/setting-the-target-effect-of-an-animation.html": [
"cd2d4deb14300c5907b92bffd1866e64db04e537",
"testharness"
],
"web-animations/timing-model/animations/set-the-timeline-of-an-animation.html": [
"bd33cb8638aa373b17cda20906af5aea2f5a7503",
"web-animations/timing-model/animations/setting-the-timeline-of-an-animation.html": [
"31ccb50ef2d05090d698a4db521f10df66f14740",
"testharness"
],
"web-animations/timing-model/animations/the-current-time-of-an-animation.html": [
"24feb084d66db8ec16b9c20785d17027f4754d9f",
"testharness"
],
"web-animations/timing-model/animations/updating-the-finished-state.html": [

Просмотреть файл

@ -1,7 +1,7 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>Play states</title>
<link rel="help" href="https://drafts.csswg.org/web-animations/#play-state">
<link rel="help" href="https://drafts.csswg.org/web-animations/#play-states">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="../../testcommon.js"></script>

Просмотреть файл

@ -1,8 +1,8 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>Reverse an animation</title>
<title>Reversing an animation</title>
<link rel="help"
href="https://drafts.csswg.org/web-animations/#reverse-an-animation">
href="https://drafts.csswg.org/web-animations/#reversing-an-animation-section">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="../../testcommon.js"></script>

Просмотреть файл

@ -1,7 +1,7 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>Set the animation start time</title>
<link rel="help" href="https://drafts.csswg.org/web-animations/#set-the-animation-start-time">
<title>Setting the start time of an animation</title>
<link rel="help" href="https://drafts.csswg.org/web-animations/#setting-the-start-time-of-an-animation">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="../../testcommon.js"></script>

Просмотреть файл

@ -1,6 +1,6 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>Setting the target effect</title>
<title>Setting the target effect of an animation</title>
<link rel='help' href='https://drafts.csswg.org/web-animations/#setting-the-target-effect'>
<script src='/resources/testharness.js'></script>
<script src='/resources/testharnessreport.js'></script>

Просмотреть файл

@ -1,6 +1,6 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>Setting the timeline</title>
<title>Setting the timeline of an animation</title>
<link rel="help" href="https://drafts.csswg.org/web-animations/#setting-the-timeline">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>

Просмотреть файл

@ -1,7 +1,7 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>Current time</title>
<link rel="help" href="https://drafts.csswg.org/web-animations/#current-time">
<title>The current time of an animation</title>
<link rel="help" href="https://drafts.csswg.org/web-animations/#the-current-time-of-an-animation">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="../../testcommon.js"></script>