1 Tests that command line api works.
5 "[object HTMLParagraphElement]"
17 "[object HTMLParagraphElement]"
19 String($('#foo', document.body))
20 "[object HTMLParagraphElement]"
22 String($('#foo', 'non-node'))
23 "[object HTMLParagraphElement]"
25 String($('#foo', $('#bar')))
29 "[object HTMLParagraphElement],[object HTMLParagraphElement]"
31 String($$('p', document.body))
32 "[object HTMLParagraphElement],[object HTMLParagraphElement]"
37 console.assert(keys(window).indexOf('__commandLineAPI') === -1)