| Index: third_party/WebKit/LayoutTests/imported/wpt/user-timing/test_user_timing_clear_marks.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/user-timing/test_user_timing_clear_marks.html b/third_party/WebKit/LayoutTests/imported/wpt/user-timing/test_user_timing_clear_marks.html
|
| index e6da7bc17888e61af66cf2459b24fe3d11bafc8b..3056ddbb408d4690399767047a3a6c530213992a 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/user-timing/test_user_timing_clear_marks.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/user-timing/test_user_timing_clear_marks.html
|
| @@ -5,8 +5,8 @@
|
| <title>window.performance User Timing clearMarks() method is working properly</title>
|
| <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
| <link rel="help" href="http://www.w3.org/TR/user-timing/#dom-performance-clearmarks"/>
|
| - <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="resources/webperftestharness.js"></script>
|
|
|
| <script type="text/javascript">
|
|
|