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

Unified Diff: LayoutTests/http/tests/w3c/webperf/approved/HighResolutionTime/resources/now_frame.html

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/HighResolutionTime/resources/now_frame.html
diff --git a/LayoutTests/http/tests/w3c/webperf/approved/HighResolutionTime/resources/now_frame.html b/LayoutTests/http/tests/w3c/webperf/approved/HighResolutionTime/resources/now_frame.html
deleted file mode 100644
index 0f632f9bc8db7d01820c43977ddc223bdd058ed0..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/w3c/webperf/approved/HighResolutionTime/resources/now_frame.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE HTML>
-<html>
- <head>
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
- <title>window.performance.now frame</title>
- <link rel="author" title="Google" href="http://www.google.com/" />
-
- <script>
- var performanceNamespace = window.performance;
- performanceNamespace.now = (function() {
- return performanceNamespace.now ||
- performanceNamespace.mozNow ||
- performanceNamespace.msNow ||
- performanceNamespace.oNow ||
- performanceNamespace.webkitNow;
- })();
- </script>
- </head>
- <body></body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698