Bug 1266257 - Move getComputedTiming-* tests to timing-model; r=hiro

--HG--
rename : testing/web-platform/tests/web-animations/keyframe-effect/getComputedTiming-currentIteration.html => testing/web-platform/tests/web-animations/timing-model/current-iteration.html
rename : testing/web-platform/tests/web-animations/keyframe-effect/getComputedTiming-progress.html => testing/web-platform/tests/web-animations/timing-model/iteration-progress.html
This commit is contained in:
Brian Birtles 2016-04-21 14:51:36 +09:00
parent 1e1f683439
commit d1b44c418c
3 changed files with 23 additions and 9 deletions

View File

@ -28801,7 +28801,7 @@
"path": "web-animations/animation/finish.html",
"url": "/web-animations/animation/finish.html"
},
{
{
"path": "web-animations/animation/finished.html",
"url": "/web-animations/animation/finished.html"
},
@ -28814,7 +28814,7 @@
"url": "/web-animations/animation/oncancel.html"
},
{
"path": "web-animations/animation/onfinish.html",
"path": "web-animations/animation/onfinish.html",
"url": "/web-animations/animation/onfinish.html"
},
{
@ -35160,7 +35160,10 @@
"wdspec": []
},
"local_changes": {
"deleted": [],
"deleted": [
"web-animations/keyframe-effect/getComputedTiming-currentIteration.html",
"web-animations/keyframe-effect/getComputedTiming-progress.html"
],
"items": {
"reftest": {
"compat/webkit-text-fill-color-property-002.html": [
@ -35260,6 +35263,18 @@
"path": "html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-4.html",
"url": "/html/webappapis/scripting/processing-model-2/window-onerror-with-cross-frame-event-listeners-4.html"
}
],
"web-animations/timing-model/current-iteration.html": [
{
"path": "web-animations/timing-model/current-iteration.html",
"url": "/web-animations/timing-model/current-iteration.html"
}
],
"web-animations/timing-model/iteration-progress.html": [
{
"path": "web-animations/timing-model/iteration-progress.html",
"url": "/web-animations/timing-model/iteration-progress.html"
}
]
}
},

View File

@ -1,8 +1,7 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>currentIteration of KeyframeEffectReadOnly getComputedTiming() tests</title>
<link rel="help" href="https://w3c.github.io/web-animations/#dom-animationeffectreadonly-getcomputedtiming">
<link rel="author" title="Daisuke Akatsuka" href="mailto:daisuke@mozilla-japan.org">
<title>Current iteration tests</title>
<link rel="help" href="https://w3c.github.io/web-animations/#current-iteration">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="../testcommon.js"></script>

View File

@ -1,8 +1,8 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>progress of KeyframeEffectReadOnly getComputedTiming() tests</title>
<link rel="help" href="https://w3c.github.io/web-animations/#dom-animationeffectreadonly-getcomputedtiming">
<link rel="author" title="Daisuke Akatsuka" href="mailto:daisuke@mozilla-japan.org">
<title>Iteration progress tests</title>
<link rel="help"
href="https://w3c.github.io/web-animations/#iteration-progress">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="../testcommon.js"></script>