| Index: LayoutTests/imported/web-platform-tests/user-timing/test_user_timing_exists.html
|
| diff --git a/LayoutTests/http/tests/w3c/webperf/approved/UserTiming/test_user_timing_exists.htm b/LayoutTests/imported/web-platform-tests/user-timing/test_user_timing_exists.html
|
| similarity index 75%
|
| rename from LayoutTests/http/tests/w3c/webperf/approved/UserTiming/test_user_timing_exists.htm
|
| rename to LayoutTests/imported/web-platform-tests/user-timing/test_user_timing_exists.html
|
| index 17eded5d446c56514ea06182561a1fe2626f8d97..85094ad9d3b9356a5946fd9ad4376a84093a1c7a 100644
|
| --- a/LayoutTests/http/tests/w3c/webperf/approved/UserTiming/test_user_timing_exists.htm
|
| +++ b/LayoutTests/imported/web-platform-tests/user-timing/test_user_timing_exists.html
|
| @@ -4,10 +4,10 @@
|
| <meta charset="UTF-8" />
|
| <title>window.performance User Timing exists</title>
|
| <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
| - <link rel="help" href="http://127.0.0.1:8000/webperf/specs/UserTiming/"/>
|
| - <script src="/w3c/resources/testharness.js"></script>
|
| - <script src="/w3c/resources/testharnessreport.js"></script>
|
| - <script src="/w3c/webperf/resources/webperftestharness.js"></script>
|
| + <link rel="help" href="http://www.w3.org/TR/user-timing/"/>
|
| + <script src="../../../resources/testharness.js"></script>
|
| + <script src="../../../resources/testharnessreport.js"></script>
|
| + <script src="resources/webperftestharness.js"></script>
|
|
|
| </head>
|
| <body>
|
|
|