| Index: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/iterations.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/iterations.html b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/iterations.html
|
| index 4bdcd22cd262409946942fdc5246ac7f7ffec3d3..7593306e6788fd320f5932d5a19e189ffab557b9 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/iterations.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/iterations.html
|
| @@ -2,10 +2,10 @@
|
| <meta charset=utf-8>
|
| <title>iterations tests</title>
|
| <link rel="help" href="https://w3c.github.io/web-animations/#dom-animationeffecttiming-iterations">
|
| -<script src="../../../../../resources/testharness.js"></script>
|
| -<script src="../../../../../resources/testharnessreport.js"></script>
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| <script src="../../testcommon.js"></script>
|
| -<link rel="stylesheet" href="../../../../../resources/testharness.css">
|
| +<link rel="stylesheet" href="/resources/testharness.css">
|
| <body>
|
| <div id="log"></div>
|
| <script>
|
|
|