Index: chrome/test/data/workers/worker_utils.js |
=================================================================== |
--- chrome/test/data/workers/worker_utils.js (revision 129415) |
+++ chrome/test/data/workers/worker_utils.js (working copy) |
@@ -33,6 +33,5 @@ |
statusPanel.innerHTML = result; |
} |
- var cookie = "status=" + result + "; path=/"; |
- document.cookie = cookie; |
+ document.title = result; |
Andrew T Wilson (Slow)
2012/03/28 22:44:09
This is clever.
jam
2012/03/28 23:01:27
David came up with this for the indexed db tests :
|
} |