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