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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/workers/post-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/http/tests/xmlhttprequest/workers/post-formdata.html
diff --git a/LayoutTests/http/tests/htmlimports/import-blocking-child.html b/LayoutTests/http/tests/xmlhttprequest/workers/post-formdata.html
similarity index 54%
copy from LayoutTests/http/tests/htmlimports/import-blocking-child.html
copy to LayoutTests/http/tests/xmlhttprequest/workers/post-formdata.html
index e6c7867afb99bf47150a2609beab60696a795ab6..3acfca87f5bdfb0ba64287230c95a1fd0329071c 100644
--- a/LayoutTests/http/tests/htmlimports/import-blocking-child.html
+++ b/LayoutTests/http/tests/xmlhttprequest/workers/post-formdata.html
@@ -2,11 +2,10 @@
<html>
<head>
<script src="/js-test-resources/js-test.js"></script>
-<link id="leaf" rel="import" href="resources/import-blocking-child-1.html">
</head>
<body>
<script>
-shouldBeTrue("blockingScriptHasRun");
+startWorker("./resources/post-formdata-worker.js");
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698