| Index: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/getComputedTiming.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/keyframe-effect/getComputedTiming.html b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/getComputedTiming.html
|
| similarity index 96%
|
| rename from third_party/WebKit/LayoutTests/imported/wpt/web-animations/keyframe-effect/getComputedTiming.html
|
| rename to third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/getComputedTiming.html
|
| index 5641b20ac4cc8889546e1083f2824d5dcf869630..d00b266c095e47123fd1a2722154183717cb781f 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/keyframe-effect/getComputedTiming.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/getComputedTiming.html
|
| @@ -3,9 +3,9 @@
|
| <title>KeyframeEffectReadOnly getComputedTiming() tests</title>
|
| <link rel="help" href="https://w3c.github.io/web-animations/#dom-animationeffectreadonly-getcomputedtiming">
|
| <link rel="author" title="Boris Chiou" href="mailto:boris.chiou@gmail.com">
|
| -<script src="../../../../resources/testharness.js"></script>
|
| -<script src="../../../../resources/testharnessreport.js"></script>
|
| -<script src="../testcommon.js"></script>
|
| +<script src="../../../../../resources/testharness.js"></script>
|
| +<script src="../../../../../resources/testharnessreport.js"></script>
|
| +<script src="../../testcommon.js"></script>
|
| <body>
|
| <div id="log"></div>
|
| <div id="target"></div>
|
| @@ -141,9 +141,6 @@ var gActiveDurationTests = [
|
| { desc: "an infinite duration and infinite iteration count",
|
| input: { duration: Infinity, iterations: Infinity },
|
| expected: Infinity },
|
| - { desc: "an infinite duration and zero iteration count",
|
| - input: { duration: Infinity, iterations: 0 },
|
| - expected: 0 }
|
| ];
|
|
|
| gActiveDurationTests.forEach(function(stest) {
|
|
|