| Index: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationTimeline/document-timeline.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationTimeline/document-timeline.html b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationTimeline/document-timeline.html
|
| index d6be9522a54c0bee4ba4f263a102c5d141905d4d..e4f5133f543413fbbac7fe3d123479ca58ef67f8 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationTimeline/document-timeline.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationTimeline/document-timeline.html
|
| @@ -1,8 +1,8 @@
|
| <!doctype html>
|
| <meta charset=utf-8>
|
| <title>Web Animations API: DocumentTimeline tests</title>
|
| -<script src="../../../../../resources/testharness.js"></script>
|
| -<script src="../../../../../resources/testharnessreport.js"></script>
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| <div id="log"></div>
|
| <iframe width="10" height="10" id="iframe"></iframe>
|
| <script>
|
|
|