Chromium Code Reviews| 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..0c9fa921e8b1d07f67ab2544e935186751d5e201 |
| --- /dev/null |
| +++ b/LayoutTests/http/tests/xmlhttprequest/workers/upload-onprogress-event.html |
| @@ -0,0 +1,7 @@ |
| +<html> |
|
jochen (gone - plz use gerrit)
2013/11/13 11:45:36
<!doctype html>
sof
2013/11/13 11:53:35
Done.
|
| +<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> |