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

Unified Diff: chrome/test/data/workers/multi_worker.html

Issue 490023: Enabled a number of worker tests on various platforms. (Closed)
Patch Set: Removed erroneous edit to websharedworker_stub.cc Created 11 years 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
« no previous file with comments | « chrome/test/data/valgrind/ui_tests.gtest.txt ('k') | chrome/test/data/workers/single_worker.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/workers/multi_worker.html
diff --git a/chrome/test/data/workers/multi_worker.html b/chrome/test/data/workers/multi_worker.html
index b0ef8cc157feae15c18fbdcef3857197f2a90028..46cc3c674b9c52366fa8b739cea4baa8a7c80a2f 100644
--- a/chrome/test/data/workers/multi_worker.html
+++ b/chrome/test/data/workers/multi_worker.html
@@ -13,7 +13,7 @@ var completed_worker_count = 0;
var total_workers = 4;
function createWorker(base) {
- var worker = new Worker("worker_common.js");
+ var worker = getWorker("worker_common.js");
for (var i = 0; i < 100; i++) {
worker.postMessage("eval " + base + "+" + i);
expected_total += base + i;
« no previous file with comments | « chrome/test/data/valgrind/ui_tests.gtest.txt ('k') | chrome/test/data/workers/single_worker.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698