Bug 1456394 - Update reference to AnimationEffectTiming in wpt tests; r=hiro

MozReview-Commit-ID: FgYRRb2jncH

--HG--
extra : rebase_source : a7523dc21f25d8f334d27f23cdfa62f0bdfa1fe0
This commit is contained in:
Brian Birtles 2018-05-07 12:58:37 +09:00
Родитель af7674e36b
Коммит 4021845f39
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -610518,7 +610518,7 @@
"testharness"
],
"web-animations/interfaces/AnimationEffect/getComputedTiming.html": [
"fc183c88c463e08880cc0ed381474ee69d6e5056",
"3bd2527a7e6d135b30ca81a4968e1a4871906429",
"testharness"
],
"web-animations/interfaces/AnimationEffect/updateTiming.html": [

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

@ -1,7 +1,7 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>AnimationEffectTiming.getComputedTiming</title>
<link rel="help" href="https://drafts.csswg.org/web-animations/#dom-animationeffectreadonly-getcomputedtiming">
<title>AnimationEffect.getComputedTiming</title>
<link rel="help" href="https://drafts.csswg.org/web-animations/#dom-animationeffect-getcomputedtiming">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="../../testcommon.js"></script>