| Index: webkit/data/layout_tests/chrome/fast/js/xhr-event-handler-default-expected.txt
|
| ===================================================================
|
| --- webkit/data/layout_tests/chrome/fast/js/xhr-event-handler-default-expected.txt (revision 0)
|
| +++ webkit/data/layout_tests/chrome/fast/js/xhr-event-handler-default-expected.txt (revision 0)
|
| @@ -0,0 +1,19 @@
|
| +This test verifies that XMLHttpRequest object has null event handler attributes by default.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS xhr.onabort is null.
|
| +PASS xhr.onerror is null.
|
| +PASS xhr.onload is null.
|
| +PASS xhr.onloadstart is null.
|
| +PASS xhr.onprogress is null.
|
| +PASS xhr.onreadystatechange is null.
|
| +PASS xhr_upload.onabort is null.
|
| +PASS xhr_upload.onerror is null.
|
| +PASS xhr_upload.onload is null.
|
| +PASS xhr_upload.onloadstart is null.
|
| +PASS xhr_upload.onprogress is null.
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
|
|