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

Unified Diff: chrome/test/data/indexeddb/perf_test.js

Issue 1238393003: [IndexedDB] Adding traces, perf tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/indexeddb/perf_test.js
diff --git a/chrome/test/data/indexeddb/perf_test.js b/chrome/test/data/indexeddb/perf_test.js
index 853fbbfdf9e897fd26384b5b0dcebc7b09068c0e..b755b21c4ccb81300f08ae1d6ec501f1932de375 100644
--- a/chrome/test/data/indexeddb/perf_test.js
+++ b/chrome/test/data/indexeddb/perf_test.js
@@ -98,8 +98,10 @@ function test() {
runNextTest();
}
+var testFilter;
+
function runNextTest() {
- var filter = window.location.hash.slice(1);
+ var filter = testFilter;
var test, f;
while (currentTest < tests.length) {
test = tests[currentTest];

Powered by Google App Engine
This is Rietveld 408576698