| 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 Blob.length is 0 | 9 PASS Blob.length is 0 |
| 10 PASS CloseEvent.length is 1 | 10 PASS CloseEvent.length is 1 |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 PASS TrackEvent.length is 1 | 39 PASS TrackEvent.length is 1 |
| 40 PASS Uint16Array.length is 3 | 40 PASS Uint16Array.length is 3 |
| 41 PASS Uint32Array.length is 3 | 41 PASS Uint32Array.length is 3 |
| 42 PASS Uint8Array.length is 3 | 42 PASS Uint8Array.length is 3 |
| 43 PASS Uint8ClampedArray.length is 3 | 43 PASS Uint8ClampedArray.length is 3 |
| 44 PASS VTTCue.length is 3 | 44 PASS VTTCue.length is 3 |
| 45 PASS WebGLContextEvent.length is 1 | 45 PASS WebGLContextEvent.length is 1 |
| 46 PASS WebKitAnimationEvent.length is 1 | 46 PASS WebKitAnimationEvent.length is 1 |
| 47 PASS WebKitCSSMatrix.length is 0 | 47 PASS WebKitCSSMatrix.length is 0 |
| 48 PASS WebKitMutationObserver.length is 1 | 48 PASS WebKitMutationObserver.length is 1 |
| 49 PASS WebKitPoint.length is 0 | |
| 50 PASS WebKitTransitionEvent.length is 1 | 49 PASS WebKitTransitionEvent.length is 1 |
| 51 PASS WebSocket.length is 1 | 50 PASS WebSocket.length is 1 |
| 52 PASS Worker.length is 1 | 51 PASS Worker.length is 1 |
| 53 PASS URL.length is 1 | 52 PASS URL.length is 1 |
| 54 PASS XMLHttpRequest.length is 0 | 53 PASS XMLHttpRequest.length is 0 |
| 55 PASS XMLSerializer.length is 0 | 54 PASS XMLSerializer.length is 0 |
| 56 PASS XPathEvaluator.length is 0 | 55 PASS XPathEvaluator.length is 0 |
| 57 PASS XSLTProcessor.length is 0 | 56 PASS XSLTProcessor.length is 0 |
| 58 PASS successfullyParsed is true | 57 PASS successfullyParsed is true |
| 59 | 58 |
| 60 TEST COMPLETE | 59 TEST COMPLETE |
| 61 | 60 |
| OLD | NEW |