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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/workers/worker-base64.html
diff --git a/LayoutTests/fast/canvas/canvas-strokePath-gradient-shadow.html b/LayoutTests/fast/workers/worker-base64.html
similarity index 60%
copy from LayoutTests/fast/canvas/canvas-strokePath-gradient-shadow.html
copy to LayoutTests/fast/workers/worker-base64.html
index 2f1bba575bd05373b897531999cd141b468ee9b5..90e6b187246719fd2d25a1fe8e46e09aba5afff0 100644
--- a/LayoutTests/fast/canvas/canvas-strokePath-gradient-shadow.html
+++ b/LayoutTests/fast/workers/worker-base64.html
@@ -2,9 +2,12 @@
<html>
<head>
<script src="../js/resources/js-test-pre.js"></script>
+<link rel="help" href="http://www.w3.org/TR/workers/#apis-available-to-workers">
</head>
<body>
-<script src="script-tests/canvas-strokePath-gradient-shadow.js"></script>
+<script>
+worker = startWorker("resources/worker-base64.js");
+</script>
<script src="../js/resources/js-test-post.js"></script>
</body>
</html>
« 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