| Index: LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-progress-events-expected.txt
|
| diff --git a/LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-progress-events-expected.txt b/LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-progress-events-expected.txt
|
| index fd22e6907b6196fa1bccbda6a12f6b504f087eea..92f4b2701849feccc6f2a6ee661b75484a0c65b4 100644
|
| --- a/LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-progress-events-expected.txt
|
| +++ b/LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-progress-events-expected.txt
|
| @@ -8,12 +8,15 @@ onload
|
| Response length: 8388608
|
|
|
| Test 2: The URL is not allowed for cross-origin requests
|
| +onprogress
|
| onerror (expected)
|
| Response length: 0
|
|
|
| Test 3: The URL is not allowed for cross-origin requests and at least one upload event is listened for before doing the send.
|
| upload.onloadstart
|
| +upload.onprogress
|
| upload.onerror (expected)
|
| +onprogress
|
| onerror (expected)
|
| Response length: 0
|
|
|
|
|