haikuwebkit/LayoutTests/inspector/worker/dom-debugger-event-after-te...

9 lines
303 B
Plaintext

Test to ensure that any queued messages are not dispatched after terminate is called, which would cause a crash due to the InjectedScript throwing a TerminatedExecutionError when it's evaluated.
Creating worker...
Terminating worker...
Creating worker...
Terminating worker...
PASS: Should not crash.