mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
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:
parent
1e1f683439
commit
d1b44c418c
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
@ -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>
|
@ -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>
|
Loading…
Reference in New Issue
Block a user