| Index: third_party/WebKit/LayoutTests/web-animations-api/startTime.html
|
| diff --git a/third_party/WebKit/LayoutTests/web-animations-api/startTime.html b/third_party/WebKit/LayoutTests/web-animations-api/startTime.html
|
| index cd8404166e8d7cbaff79234551ff8f431f16eda0..588d0245aeb54a9c671d4c2680371f072d4a5c14 100644
|
| --- a/third_party/WebKit/LayoutTests/web-animations-api/startTime.html
|
| +++ b/third_party/WebKit/LayoutTests/web-animations-api/startTime.html
|
| @@ -4,10 +4,10 @@
|
| <link rel="help" href="https://w3c.github.io/web-animations/#dom-animation-starttime">
|
| <script src="../resources/testharness.js"></script>
|
| <script src="../resources/testharnessreport.js"></script>
|
| -<script src="../imported/wpt/web-animations/testcommon.js"></script>
|
| +<script src="../external/wpt/web-animations/testcommon.js"></script>
|
| <link rel="stylesheet" href="../resources/testharness.css">
|
| <body>
|
| -<div>This test is a copy of LayoutTests/imported/wpt/web-animations/interfaces/Animation/startTime.html. Make sure to upstream this to the w3c test suite as it contains an added test that would fit well there.</div>
|
| +<div>This test is a copy of LayoutTests/external/wpt/web-animations/interfaces/Animation/startTime.html. Make sure to upstream this to the w3c test suite as it contains an added test that would fit well there.</div>
|
| <div id="log"></div>
|
| <script>
|
| 'use strict';
|
|
|