| Index: LayoutTests/http/tests/xmlhttprequest/upload-onloadend-event-after-sync-requests-expected.txt
|
| diff --git a/LayoutTests/http/tests/xmlhttprequest/upload-onloadend-event-after-sync-requests-expected.txt b/LayoutTests/http/tests/xmlhttprequest/upload-onloadend-event-after-sync-requests-expected.txt
|
| index 18c869cac4fffc62bba3e5abc3b84989e7a8aa9b..c7b23638b8b33be88b50bc978283ca241aee5b9b 100644
|
| --- a/LayoutTests/http/tests/xmlhttprequest/upload-onloadend-event-after-sync-requests-expected.txt
|
| +++ b/LayoutTests/http/tests/xmlhttprequest/upload-onloadend-event-after-sync-requests-expected.txt
|
| @@ -1,6 +1,7 @@
|
| Test case for bug 40952: Onloadend event is not supported in XMLHttpRequest
|
|
|
| -Verify that a loadend ProgressEvent is dispatched after the load or abort ProgressEvent when a synchronous upload request completes normally or is aborted.
|
| +Verify that a loadend ProgressEvent is dispatched after load ProgressEvent when a synchronous upload request completes normally.
|
| +Verify that a loadend ProgressEvent is not dispatched after abort() is called on completed request.
|
|
|
| PASS PASS should appear below:
|
|
|
|
|