OLD | NEW |
---|---|
(Empty) | |
1 if (this.importScripts) | |
2 importScripts('../../../resources/js-test.js'); | |
3 | |
4 function update() { | |
5 onmessage = undefined; | |
6 } | |
7 for (var i = 0; i < 8; ++i) | |
8 update(); | |
9 | |
10 testPassed("onmessage repeatedly updated ok."); | |
11 finishJSTest(); | |
OLD | NEW |