Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Unified Diff: LayoutTests/http/tests/w3c/webperf/approved/UserTiming/test_user_timing_exists.htm

Issue 1191043004: Import hr-time and user-timing tests, remove redundant webperf copies (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add idlharness result Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698