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

Side by Side Diff: chrome/test/data/indexeddb/perf_test.html

Issue 10856002: Make tests work in Firefox. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment fixes Created 8 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « chrome/test/data/indexeddb/perf_shared.js ('k') | chrome/test/data/indexeddb/perf_test.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>IndexedDB perf test first try</title> 3 <title>IndexedDB perf test first try</title>
4 <meta charset="UTF-8">
4 <script type="text/javascript" src="perf_shared.js"></script> 5 <script type="text/javascript" src="perf_shared.js"></script>
5 <script type="text/javascript" src="perf_test.js"></script> 6 <script type="text/javascript" src="perf_test.js"></script>
6 </head> 7 </head>
7 <body onLoad="test()"> 8 <body onLoad="test()">
8 <div id="status">Starting...</div> 9 <div id="status">Starting...</div>
9 <div id="results"></div> 10 <div id="results"></div>
10 </body> 11 </body>
11 </html> 12 </html>
12 13
OLDNEW
« no previous file with comments | « chrome/test/data/indexeddb/perf_shared.js ('k') | chrome/test/data/indexeddb/perf_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698