| Index: LayoutTests/http/tests/w3c/webperf/approved/UserTiming/test_user_timing_exists.htm
|
| diff --git a/LayoutTests/http/tests/w3c/webperf/approved/UserTiming/test_user_timing_exists.htm b/LayoutTests/http/tests/w3c/webperf/approved/UserTiming/test_user_timing_exists.htm
|
| deleted file mode 100644
|
| index 17eded5d446c56514ea06182561a1fe2626f8d97..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/w3c/webperf/approved/UserTiming/test_user_timing_exists.htm
|
| +++ /dev/null
|
| @@ -1,28 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| - <head>
|
| - <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>
|
| -
|
| - </head>
|
| - <body>
|
| - <h1>Description</h1>
|
| - <p>This test validates that all of the methods used to interact with the User Timing API are defined.</p>
|
| -
|
| - <div id="log"></div>
|
| -
|
| - <script>
|
| - test_namespace();
|
| -
|
| - test_true(window.performance.mark !== undefined, "window.performance.mark is defined.");
|
| - test_true(window.performance.clearMarks !== undefined, "window.performance.clearMarks is defined.");
|
| - test_true(window.performance.measure !== undefined, "window.performance.measure is defined.");
|
| - test_true(window.performance.clearMeasures !== undefined, "window.performance.clearMeasures is defined.");
|
| - </script>
|
| - </body>
|
| -</html>
|
|
|