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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/workers/upload-onprogress-event.html

Issue 71433002: Enable XHR upload progress events for Workers. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add missing doctype declaration Created 7 years, 1 month 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/upload-onprogress-event.html
diff --git a/LayoutTests/http/tests/xmlhttprequest/workers/upload-onprogress-event.html b/LayoutTests/http/tests/xmlhttprequest/workers/upload-onprogress-event.html
new file mode 100644
index 0000000000000000000000000000000000000000..1e4f9509a7f5381e6236c0c9ac3df1cd04fad45a
--- /dev/null
+++ b/LayoutTests/http/tests/xmlhttprequest/workers/upload-onprogress-event.html
@@ -0,0 +1,8 @@
+<!doctype html>
+<html>
+<body>
+<p>Upload enough data to trigger upload events within the Worker. If this test passes, there should be a single PASS below.</p>
+<script src="resources/worker-create.js"></script>
+<script src="resources/upload-onprogress-event.js"></script>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698