Bug 1417808 - Move getComputedTiming test to AnimationEffectTiming; r=hiro

MozReview-Commit-ID: J2ByEQJWv3w

--HG--
rename : testing/web-platform/tests/web-animations/interfaces/KeyframeEffect/getComputedTiming.html => testing/web-platform/tests/web-animations/interfaces/AnimationEffectTiming/getComputedTiming.html
extra : rebase_source : 35ee3756c272f8ac2d17843f26a1bb0c377095ba
This commit is contained in:
Brian Birtles 2017-11-16 16:33:03 +09:00
Родитель cb136d6136
Коммит 83010b13a8
2 изменённых файлов: 11 добавлений и 11 удалений

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

@ -354762,6 +354762,12 @@
{}
]
],
"web-animations/interfaces/AnimationEffectTiming/getComputedTiming.html": [
[
"/web-animations/interfaces/AnimationEffectTiming/getComputedTiming.html",
{}
]
],
"web-animations/interfaces/AnimationEffectTiming/idlharness.html": [
[
"/web-animations/interfaces/AnimationEffectTiming/idlharness.html",
@ -354834,12 +354840,6 @@
{}
]
],
"web-animations/interfaces/KeyframeEffect/getComputedTiming.html": [
[
"/web-animations/interfaces/KeyframeEffect/getComputedTiming.html",
{}
]
],
"web-animations/interfaces/KeyframeEffect/idlharness.html": [
[
"/web-animations/interfaces/KeyframeEffect/idlharness.html",
@ -585919,6 +585919,10 @@
"8d774222c824f838f846c64379b8751eeb5a57d9",
"testharness"
],
"web-animations/interfaces/AnimationEffectTiming/getComputedTiming.html": [
"7a1f3527868c3fa86b368c844017a6078a174380",
"testharness"
],
"web-animations/interfaces/AnimationEffectTiming/idlharness.html": [
"a4e72d3ebf93a0bb6934f887c3da250a2ab67b63",
"testharness"
@ -585967,10 +585971,6 @@
"16c69e33c1022f643a961f6f2d85c59010164e9d",
"testharness"
],
"web-animations/interfaces/KeyframeEffect/getComputedTiming.html": [
"8b5f8daf054dcfef5f160cf96670b48bfd1bf235",
"testharness"
],
"web-animations/interfaces/KeyframeEffect/idlharness.html": [
"d51dfde748bfdf12a1b06452099ea74fe2951a34",
"testharness"

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

@ -1,6 +1,6 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>KeyframeEffectReadOnly.getComputedTiming</title>
<title>AnimationEffectTiming.getComputedTiming</title>
<link rel="help" href="https://w3c.github.io/web-animations/#dom-animationeffectreadonly-getcomputedtiming">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>