 Chromium Code Reviews
 Chromium Code Reviews Issue 140723002:
  Test non-crashing updating of worker scope event handlers.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master
    
  
    Issue 140723002:
  Test non-crashing updating of worker scope event handlers.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master| 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 |