Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / console / command-line-api-expected.txt
index 1ea71c0..ac12bdc 100644 (file)
@@ -1,47 +1,39 @@
 Tests that command line api works.
 
 
-
 String($0)
 "[object HTMLParagraphElement]"
 
-
 $3
 undefined
 
-
 String(keys([3,4]))
 "0,1"
 
-
 String(values([3,4]))
 "3,4"
 
-
 String($('#foo'))
 "[object HTMLParagraphElement]"
 
-
 String($('#foo', document.body))
 "[object HTMLParagraphElement]"
 
-
 String($('#foo', 'non-node'))
 "[object HTMLParagraphElement]"
 
-
 String($('#foo', $('#bar')))
 "null"
 
-
 String($$('p#foo'))
 "[object NodeList]"
 
-
 String($$('p#foo', document.body))
 "[object NodeList]"
 
-
 String($('foo'))
 "null"
 
+console.assert(keys(window).indexOf('__commandLineAPI') === -1)
+undefined
+