| Index: LayoutTests/imported/web-platform-tests/user-timing/test_user_timing_entry_type.html
|
| diff --git a/LayoutTests/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_entry_type.html b/LayoutTests/imported/web-platform-tests/user-timing/test_user_timing_entry_type.html
|
| similarity index 78%
|
| copy from LayoutTests/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_entry_type.html
|
| copy to LayoutTests/imported/web-platform-tests/user-timing/test_user_timing_entry_type.html
|
| index f25d2e5d09f0ecf1d5a709431493c657247522e6..3fb1dc4f928ef759b86cb8168cd136c4fb157f10 100644
|
| --- a/LayoutTests/http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_entry_type.html
|
| +++ b/LayoutTests/imported/web-platform-tests/user-timing/test_user_timing_entry_type.html
|
| @@ -5,10 +5,10 @@
|
| <title>user timing entry type</title>
|
| <link rel="author" title="Intel" href="http://www.intel.com/" />
|
| <link rel="help" href="http://www.w3.org/TR/user-timing/#extensions-performance-interface"/>
|
| - <script src="/w3c/resources/testharness.js"></script>
|
| - <script src="/w3c/resources/testharnessreport.js"></script>
|
| - <script src="/w3c/webperf/resources/webperftestharness.js"></script>
|
| - <script src="/w3c/webperf/resources/webperftestharnessextension.js"></script>
|
| + <script src="../../../resources/testharness.js"></script>
|
| + <script src="../../../resources/testharnessreport.js"></script>
|
| + <script src="resources/webperftestharness.js"></script>
|
| + <script src="resources/webperftestharnessextension.js"></script>
|
| </head>
|
| <body>
|
| <h1>Description</h1>
|
|
|