diff options
Diffstat (limited to 'testing/web-platform/mozilla/tests/workers/bug1674278-crash.html')
-rw-r--r-- | testing/web-platform/mozilla/tests/workers/bug1674278-crash.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/web-platform/mozilla/tests/workers/bug1674278-crash.html b/testing/web-platform/mozilla/tests/workers/bug1674278-crash.html new file mode 100644 index 0000000000..2b037e5b37 --- /dev/null +++ b/testing/web-platform/mozilla/tests/workers/bug1674278-crash.html @@ -0,0 +1,6 @@ +<html class='test-wait'> +<script> +var worker = new Worker('bug1674278.js'); +worker.postMessage('', []); +</script> +</html> |