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 FAIL AudioContext.length should be 0. Threw exception ReferenceError: AudioConte
xt is not defined | 7 FAIL AudioContext.length should be 0. Threw exception ReferenceError: AudioConte
xt is not defined |
8 PASS AutocompleteErrorEvent.length is 1 | 8 PASS AutocompleteErrorEvent.length is 1 |
9 PASS BeforeLoadEvent.length is 1 | 9 PASS BeforeLoadEvent.length is 1 |
10 PASS Blob.length is 0 | 10 PASS Blob.length is 0 |
(...skipping 17 matching lines...) Expand all Loading... |
28 PASS MediaController.length is 0 | 28 PASS MediaController.length is 0 |
29 FAIL MediaStream.length should be 0. Threw exception ReferenceError: MediaStream
is not defined | 29 FAIL MediaStream.length should be 0. Threw exception ReferenceError: MediaStream
is not defined |
30 PASS MessageChannel.length is 0 | 30 PASS MessageChannel.length is 0 |
31 PASS MessageEvent.length is 1 | 31 PASS MessageEvent.length is 1 |
32 PASS OverflowEvent.length is 1 | 32 PASS OverflowEvent.length is 1 |
33 PASS PageTransitionEvent.length is 1 | 33 PASS PageTransitionEvent.length is 1 |
34 FAIL PeerConnection.length should be 2. Threw exception ReferenceError: PeerConn
ection is not defined | 34 FAIL PeerConnection.length should be 2. Threw exception ReferenceError: PeerConn
ection is not defined |
35 PASS PopStateEvent.length is 1 | 35 PASS PopStateEvent.length is 1 |
36 PASS ProgressEvent.length is 1 | 36 PASS ProgressEvent.length is 1 |
37 FAIL ShadowRoot.length should be 1. Threw exception ReferenceError: ShadowRoot i
s not defined | 37 FAIL ShadowRoot.length should be 1. Threw exception ReferenceError: ShadowRoot i
s not defined |
38 FAIL SharedWorker.length should be 2. Threw exception ReferenceError: SharedWork
er is not defined | 38 PASS SharedWorker.length is 1 |
39 PASS StorageEvent.length is 1 | 39 PASS StorageEvent.length is 1 |
40 PASS TextTrackCue.length is 3 | 40 PASS TextTrackCue.length is 3 |
41 PASS TrackEvent.length is 1 | 41 PASS TrackEvent.length is 1 |
42 PASS Uint16Array.length is 1 | 42 PASS Uint16Array.length is 1 |
43 PASS Uint32Array.length is 1 | 43 PASS Uint32Array.length is 1 |
44 PASS Uint8Array.length is 1 | 44 PASS Uint8Array.length is 1 |
45 PASS Uint8ClampedArray.length is 1 | 45 PASS Uint8ClampedArray.length is 1 |
46 PASS WebGLContextEvent.length is 1 | 46 PASS WebGLContextEvent.length is 1 |
47 PASS WebKitAnimationEvent.length is 1 | 47 PASS WebKitAnimationEvent.length is 1 |
48 PASS WebKitCSSMatrix.length is 0 | 48 PASS WebKitCSSMatrix.length is 0 |
49 PASS WebKitMutationObserver.length is 1 | 49 PASS WebKitMutationObserver.length is 1 |
50 PASS WebKitPoint.length is 0 | 50 PASS WebKitPoint.length is 0 |
51 PASS WebKitTransitionEvent.length is 1 | 51 PASS WebKitTransitionEvent.length is 1 |
52 PASS WebSocket.length is 1 | 52 PASS WebSocket.length is 1 |
53 PASS Worker.length is 1 | 53 PASS Worker.length is 1 |
54 PASS URL.length is 0 | 54 PASS URL.length is 0 |
55 PASS XMLHttpRequest.length is 0 | 55 PASS XMLHttpRequest.length is 0 |
56 PASS XMLSerializer.length is 0 | 56 PASS XMLSerializer.length is 0 |
57 PASS XPathEvaluator.length is 0 | 57 PASS XPathEvaluator.length is 0 |
58 PASS XSLTProcessor.length is 0 | 58 PASS XSLTProcessor.length is 0 |
59 PASS successfullyParsed is true | 59 PASS successfullyParsed is true |
60 | 60 |
61 TEST COMPLETE | 61 TEST COMPLETE |
62 | 62 |
OLD | NEW |