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

Side by Side 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, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 function open_url(url)
6 {
7 window.location = url;
8 }
9 </script>
10 </head>
11
12 <body>
13 </body>
14
15 </html>
16
OLDNEW
« 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