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

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

Issue 19749003: Expose atob() / btoa() to workers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix typo 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
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../js/resources/js-test-pre.js"></script> 4 <script src="../js/resources/js-test-pre.js"></script>
5 <link rel="help" href="http://www.w3.org/TR/workers/#apis-available-to-workers">
5 </head> 6 </head>
6 <body> 7 <body>
7 <script src="script-tests/canvas-strokePath-gradient-shadow.js"></script> 8 <script>
9 worker = startWorker("resources/worker-base64.js");
10 </script>
8 <script src="../js/resources/js-test-post.js"></script> 11 <script src="../js/resources/js-test-post.js"></script>
9 </body> 12 </body>
10 </html> 13 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/workers/resources/worker-base64.js ('k') | LayoutTests/fast/workers/worker-base64-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698