blob: 13b973e14e889faf21321c5c779d187ee34b4bb4 [file] [log] [blame]
self.GLOBAL = {
isWindow: function() { return false; },
isWorker: function() { return true; },
};
importScripts("/resources/testharness.js");
importScripts("get_set.tentative.window.js");
done();