summaryrefslogtreecommitdiffstats
path: root/dom/workers/test/importScripts_worker_imported2.js
blob: 3f275e237b643a27739aedab519427db62be2c57 (plain)
1
2
3
4
5
6
7
8
9
/**
 * Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/
 */
// This caused security exceptions in the past, make sure it doesn't!
var myConstructor2 = {}.constructor;

// Try to call a function defined in the imported script.
function importedScriptFunction2() {}