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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
2 <html>
3 <body>
4 <p>Upload enough data to trigger upload events within the Worker. If this test passes, there should be a single PASS below.</p>
5 <script src="resources/worker-create.js"></script>
6 <script src="resources/upload-onprogress-event.js"></script>
7 </body>
8 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698