OLD | NEW |
1 This tests the length property of constructors. | 1 This tests the length property of constructors. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS ArrayBuffer.length is 1 | 6 PASS ArrayBuffer.length is 1 |
7 PASS AudioContext.length is 0 | 7 PASS AudioContext.length is 0 |
8 PASS AutocompleteErrorEvent.length is 1 | |
9 PASS Blob.length is 0 | 8 PASS Blob.length is 0 |
10 PASS CloseEvent.length is 1 | 9 PASS CloseEvent.length is 1 |
11 FAIL CustomEvent.length should be 1. Was 0. | 10 FAIL CustomEvent.length should be 1. Was 0. |
12 FAIL DOMFormData.length should be 0. Threw exception ReferenceError: DOMFormData
is not defined | 11 FAIL DOMFormData.length should be 0. Threw exception ReferenceError: DOMFormData
is not defined |
13 PASS DOMParser.length is 0 | 12 PASS DOMParser.length is 0 |
14 PASS DataView.length is 3 | 13 PASS DataView.length is 3 |
15 PASS ErrorEvent.length is 1 | 14 PASS ErrorEvent.length is 1 |
16 PASS Event.length is 1 | 15 PASS Event.length is 1 |
17 PASS EventSource.length is 1 | 16 PASS EventSource.length is 1 |
18 PASS Float32Array.length is 3 | 17 PASS Float32Array.length is 3 |
(...skipping 30 matching lines...) Expand all Loading... |
49 PASS Worker.length is 1 | 48 PASS Worker.length is 1 |
50 PASS URL.length is 1 | 49 PASS URL.length is 1 |
51 PASS XMLHttpRequest.length is 0 | 50 PASS XMLHttpRequest.length is 0 |
52 PASS XMLSerializer.length is 0 | 51 PASS XMLSerializer.length is 0 |
53 PASS XPathEvaluator.length is 0 | 52 PASS XPathEvaluator.length is 0 |
54 PASS XSLTProcessor.length is 0 | 53 PASS XSLTProcessor.length is 0 |
55 PASS successfullyParsed is true | 54 PASS successfullyParsed is true |
56 | 55 |
57 TEST COMPLETE | 56 TEST COMPLETE |
58 | 57 |
OLD | NEW |