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

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

Issue 9802025: Rewrite HTML5 workers ui_tests to browser_tests. Compared to ui_tests, browser_tests are faster, le… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: add directory create call needed on linux Created 8 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: chrome/test/data/workers/queued_shared_worker_shutdown.html
===================================================================
--- chrome/test/data/workers/queued_shared_worker_shutdown.html (revision 129415)
+++ chrome/test/data/workers/queued_shared_worker_shutdown.html (working copy)
@@ -1,4 +1,7 @@
<html>
+<head>
+<script src="worker_utils.js"></script>
+</head>
<body>
<div id=result></div>
<script>
@@ -38,7 +41,7 @@
} else if (workers_created == (num_workers+2)) {
// created the last worker
log("SUCCESS: queued worker created");
- document.cookie = "status=OK";
+ onSuccess();
}
}
}

Powered by Google App Engine
This is Rietveld 408576698