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

Side by Side Diff: LayoutTests/fast/workers/resources/worker-replace-event-handler.js

Issue 140723002: Test non-crashing updating of worker scope event handlers. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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 unified diff | Download patch
OLDNEW
(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();
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698