OLD | NEW |
| 1 CONSOLE ERROR: line 3484: The given range isn't in document. |
| 2 CONSOLE ERROR: line 3484: The given range isn't in document. |
1 Tests that command line api works. | 3 Tests that command line api works. |
2 | 4 |
3 | 5 |
4 String($0) | 6 String($0) |
5 "[object HTMLParagraphElement]" | 7 "[object HTMLParagraphElement]" |
6 | 8 |
7 $3 | 9 $3 |
8 undefined | 10 undefined |
9 | 11 |
10 String(keys([3,4])) | 12 String(keys([3,4])) |
(...skipping 19 matching lines...) Expand all Loading... |
30 | 32 |
31 String($$('p', document.body)) | 33 String($$('p', document.body)) |
32 "[object HTMLParagraphElement],[object HTMLParagraphElement]" | 34 "[object HTMLParagraphElement],[object HTMLParagraphElement]" |
33 | 35 |
34 String($('foo')) | 36 String($('foo')) |
35 "null" | 37 "null" |
36 | 38 |
37 console.assert(keys(window).indexOf('__commandLineAPI') === -1) | 39 console.assert(keys(window).indexOf('__commandLineAPI') === -1) |
38 undefined | 40 undefined |
39 | 41 |
OLD | NEW |