Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 if (this.importScripts) | |
| 2 importScripts('../../js/resources/js-test-pre.js'); | |
| 3 | |
| 4 description("Test to that atob() / btoa() functions are exposed to workers"); | |
|
arv (Not doing code reviews)
2013/07/19 15:18:09
Test that
(remove "to")
| |
| 5 | |
| 6 shouldBeTrue("typeof atob === 'function'"); | |
| 7 shouldBeTrue("typeof btoa === 'function'"); | |
| 8 | |
| 9 finishJSTest(); | |
| OLD | NEW |