Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Side by Side Diff: LayoutTests/fast/workers/resources/worker-base64.js

Issue 19749003: Expose atob() / btoa() to workers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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();
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/workers/worker-base64.html » ('j') | LayoutTests/fast/workers/worker-base64.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698