Backed out changeset 06f41c22f3a6 (bug 1888460) for causing linux xpcshell failures...
[gecko.git] / dom / workers / test / importScripts_worker_imported4.js
blob82f8708c5977da7469de54da7ceb7d6793325d2a
1 /**
2  * Any copyright is dedicated to the Public Domain.
3  * http://creativecommons.org/publicdomain/zero/1.0/
4  */
5 // Deliberate throw, should generate a worker exception!
6 throw new Error("Bah!");