OLD | NEW |
1 This tests the length property of functions. | 1 This tests the length property of functions. |
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 window.confirm.length is 0 | 6 PASS window.confirm.length is 0 |
7 PASS window.open.length is 2 | 7 PASS window.open.length is 2 |
8 PASS window.setTimeout.length is 1 | 8 PASS window.setTimeout.length is 1 |
9 PASS window.clearTimeout.length is 0 | 9 PASS window.clearTimeout.length is 0 |
10 PASS window.addEventListener.length is 0 | 10 PASS window.addEventListener.length is 2 |
| 11 PASS window.removeEventListener.length is 2 |
11 PASS window.postMessage.length is 2 | 12 PASS window.postMessage.length is 2 |
12 PASS window.dispatchEvent.length is 1 | 13 PASS window.dispatchEvent.length is 1 |
13 PASS window.openDatabase.length is 4 | 14 PASS window.openDatabase.length is 4 |
14 PASS window.history.pushState.length is 2 | 15 PASS window.history.pushState.length is 2 |
15 PASS window.history.length is 1 | 16 PASS window.history.length is 1 |
16 PASS window.URL.createObjectURL.length is 1 | 17 PASS window.URL.createObjectURL.length is 1 |
17 PASS window.Storage.prototype.key.length is 1 | 18 PASS window.Storage.prototype.key.length is 1 |
18 PASS document.importNode.length is 1 | 19 PASS document.importNode.length is 1 |
19 PASS document.write.length is 0 | 20 PASS document.write.length is 0 |
20 PASS CanvasRenderingContext2D.prototype.drawImage.length is 3 | 21 PASS CanvasRenderingContext2D.prototype.drawImage.length is 3 |
(...skipping 13 matching lines...) Expand all Loading... |
34 PASS Math.max.length is 2 | 35 PASS Math.max.length is 2 |
35 PASS Math.min.length is 2 | 36 PASS Math.min.length is 2 |
36 PASS Function.prototype.apply.length is 2 | 37 PASS Function.prototype.apply.length is 2 |
37 PASS Function.prototype.call.length is 1 | 38 PASS Function.prototype.call.length is 1 |
38 PASS String.prototype.split.length is 2 | 39 PASS String.prototype.split.length is 2 |
39 PASS String.prototype.substring.length is 2 | 40 PASS String.prototype.substring.length is 2 |
40 PASS successfullyParsed is true | 41 PASS successfullyParsed is true |
41 | 42 |
42 TEST COMPLETE | 43 TEST COMPLETE |
43 | 44 |
OLD | NEW |