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

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: 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 <html>
jochen (gone - plz use gerrit) 2013/11/13 11:45:36 <!doctype html>
sof 2013/11/13 11:53:35 Done.
2 <body>
3 <p>Upload enough data to trigger upload events within the Worker. If this test passes, there should be a single PASS below.</p>
4 <script src="resources/worker-create.js"></script>
5 <script src="resources/upload-onprogress-event.js"></script>
6 </body>
7 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698