blob: 61eed5ed23db84c670ec626faff9b3fa21478c1c [file] [log] [blame]
if (this.importScripts)
importScripts('../../../resources/js-test.js');
description("Tests that atob() / btoa() functions are exposed to workers");
shouldBeTrue("typeof atob === 'function'");
shouldBeTrue("typeof btoa === 'function'");
finishJSTest();