Checking that data created in a worker is accessible from the main thread

This doesn't work as hoped, as there's nothing shared to works, as per this Stack Overflow thread: http://stackoverflow.com/questions/2262681/sharing-variables-between-web-workers-global-variables - have to use message passing instead.

Debug text appears here

Shared workers might also be an option, don't appear to be in Firefox 4 though.