Chromium Code Reviews| Index: chrome/test/data/workers/queued_shared_worker_shutdown.html |
| =================================================================== |
| --- chrome/test/data/workers/queued_shared_worker_shutdown.html (revision 129509) |
| +++ 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(); |
| } |
| } |
| } |