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

Unified Diff: LayoutTests/fast/workers/worker-formdata.html

Issue 227483008: Support FormData on WorkerGlobalScope. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 years, 8 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-formdata.html
diff --git a/LayoutTests/fast/canvas/text-globalAlpha.html b/LayoutTests/fast/workers/worker-formdata.html
similarity index 62%
copy from LayoutTests/fast/canvas/text-globalAlpha.html
copy to LayoutTests/fast/workers/worker-formdata.html
index bdb6b31c2d1a62924b4f494875516179688fc9ac..016e3d567a5e6d0cf4a17b21f288c727e8125f2e 100644
--- a/LayoutTests/fast/canvas/text-globalAlpha.html
+++ b/LayoutTests/fast/workers/worker-formdata.html
@@ -4,6 +4,8 @@
<script src="../../resources/js-test.js"></script>
</head>
<body>
-<script src="script-tests/text-globalAlpha.js"></script>
+<script>
+startWorker("./resources/worker-formdata.js");
+</script>
</body>
</html>
« no previous file with comments | « LayoutTests/fast/workers/resources/worker-formdata.js ('k') | LayoutTests/fast/workers/worker-formdata-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698