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

Unified Diff: tools/perf/page_sets/tab_switching.html

Issue 13328004: Telemetry tab_switching_test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed var. Created 7 years, 9 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: tools/perf/page_sets/tab_switching.html
diff --git a/tools/perf/page_sets/tab_switching.html b/tools/perf/page_sets/tab_switching.html
new file mode 100644
index 0000000000000000000000000000000000000000..07fba7fc5efae56d16cbca99ce68a0081a1c0b5e
--- /dev/null
+++ b/tools/perf/page_sets/tab_switching.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script>
+function open_url(url)
+{
+ window.location = url;
+}
+</script>
+</head>
+
+<body>
+</body>
+
+</html>
+
« no previous file with comments | « no previous file | tools/perf/page_sets/tab_switching.json » ('j') | tools/perf/perf_tools/tab_switching_benchmark.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698