| Index: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/fill.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/fill.html b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/fill.html
|
| index 29ed7aeca2532465b1169c2ca4dc16dfc99f644e..32b3178b71f214fa62b0ad6c56c4b936890fb5ce 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/fill.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/fill.html
|
| @@ -2,10 +2,10 @@
|
| <meta charset=utf-8>
|
| <title>fill tests</title>
|
| <link rel="help" href="https://w3c.github.io/web-animations/#dom-animationeffecttiming-fill">
|
| -<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>
|
|
|