| Index: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationTimeline/idlharness.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationTimeline/idlharness.html b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationTimeline/idlharness.html
|
| index dd8b9c3ec0a09a8897ee3cfab39cbfb80556c99e..9a489086a1717cc72ec31af6e9b9e4d2f96662db 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationTimeline/idlharness.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationTimeline/idlharness.html
|
| @@ -3,8 +3,8 @@
|
| <title>Web Animations API: DocumentTimeline tests</title>
|
| <script src="/resources/testharness.js"></script>
|
| <script src="/resources/testharnessreport.js"></script>
|
| -<script src="../../../../../resources/WebIDLParser.js"></script>
|
| -<script src="../../../../../resources/idlharness.js"></script>
|
| +<script src="/resources/WebIDLParser.js"></script>
|
| +<script src="/resources/idlharness.js"></script>
|
| <div id="log"></div>
|
| <script type="text/plain" id="DocumentTimeline-IDL">
|
| interface AnimationTimeline {
|
|
|