repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
workers
/
worker-replace-event-handler.html
blob
2eb9f1e2730e12520fb4e84c3cdb91d5823fcb80
1
<!DOCTYPE
html
>
2
<script
src
=
"../../resources/js-test.js"
></script>
3
<script>
4
// http://crbug.com/239669
5
description
(
"Tests that repeatedly setting 'onmessage' within a worker doesn't crash."
);
6
startWorker
(
"resources/worker-replace-event-handler.js"
);
7
</script>