Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(433)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/devtools-js/console/command-line-api-expected.txt

Issue 2975523002: DevTools: add console test helpers to new test runner & migrate a console test (Closed)
Patch Set: cleanup Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Tests that command line api works. 1 Tests that command line api works.
2 2
3 3
4 String($0) 4 String($0)
5 "[object HTMLParagraphElement]" 5 "[object HTMLParagraphElement]"
6 6
7 $3 7 $3
8 undefined 8 undefined
9 9
10 String(keys([3,4])) 10 String(keys([3,4]))
(...skipping 19 matching lines...) Expand all
30 30
31 String($$('p', document.body)) 31 String($$('p', document.body))
32 "[object HTMLParagraphElement],[object HTMLParagraphElement]" 32 "[object HTMLParagraphElement],[object HTMLParagraphElement]"
33 33
34 String($('foo')) 34 String($('foo'))
35 "null" 35 "null"
36 36
37 console.assert(keys(window).indexOf('__commandLineAPI') === -1) 37 console.assert(keys(window).indexOf('__commandLineAPI') === -1)
38 undefined 38 undefined
39 39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698