1 This test verifies that XMLHttpRequest objects has correct default value for its attributes.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS xhr.onabort is null
7 PASS xhr.onerror is null
8 PASS xhr.onload is null
9 PASS xhr.onloadstart is null
10 PASS xhr.onprogress is null
11 PASS xhr.onreadystatechange is null
12 PASS xhr.readyState is 0
13 PASS xhr.upload.onabort is null
14 PASS xhr.upload.onerror is null
15 PASS xhr.upload.onload is null
16 PASS xhr.upload.onloadstart is null
17 PASS xhr.upload.onprogress is null
18 PASS successfullyParsed is true