blob: 7bde475693ddd4652dc1a569439172e275551992 [file] [log] [blame]
[Worker] Tests that atob() / btoa() functions are exposed to workers
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Starting worker: resources/worker-base64.js
PASS [Worker] typeof atob === 'function' is true
PASS [Worker] typeof btoa === 'function' is true
PASS successfullyParsed is true
TEST COMPLETE