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 | 8 PASS AutocompleteErrorEvent.length is 1 |
9 PASS BeforeLoadEvent.length is 1 | |
10 PASS Blob.length is 0 | 9 PASS Blob.length is 0 |
11 PASS CloseEvent.length is 1 | 10 PASS CloseEvent.length is 1 |
12 PASS CustomEvent.length is 1 | 11 PASS CustomEvent.length is 1 |
13 FAIL DOMFormData.length should be 0. Threw exception ReferenceError: DOMFormData
is not defined | 12 FAIL DOMFormData.length should be 0. Threw exception ReferenceError: DOMFormData
is not defined |
14 PASS DOMParser.length is 0 | 13 PASS DOMParser.length is 0 |
15 PASS DataView.length is 3 | 14 PASS DataView.length is 3 |
16 PASS ErrorEvent.length is 1 | 15 PASS ErrorEvent.length is 1 |
17 PASS Event.length is 1 | 16 PASS Event.length is 1 |
18 PASS EventSource.length is 1 | 17 PASS EventSource.length is 1 |
19 PASS Float32Array.length is 3 | 18 PASS Float32Array.length is 3 |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 PASS Worker.length is 1 | 52 PASS Worker.length is 1 |
54 PASS URL.length is 1 | 53 PASS URL.length is 1 |
55 PASS XMLHttpRequest.length is 0 | 54 PASS XMLHttpRequest.length is 0 |
56 PASS XMLSerializer.length is 0 | 55 PASS XMLSerializer.length is 0 |
57 PASS XPathEvaluator.length is 0 | 56 PASS XPathEvaluator.length is 0 |
58 PASS XSLTProcessor.length is 0 | 57 PASS XSLTProcessor.length is 0 |
59 PASS successfullyParsed is true | 58 PASS successfullyParsed is true |
60 | 59 |
61 TEST COMPLETE | 60 TEST COMPLETE |
62 | 61 |
OLD | NEW |