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

Side by Side Diff: LayoutTests/inspector/console/command-line-api-expected.txt

Issue 11434008: Merge 135720 - Web Inspector: object preview does not render node id, className; logs too many func… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years 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
« no previous file with comments | « no previous file | LayoutTests/inspector/console/command-line-api-inspect-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE MESSAGE: line 1029: The console function $() has changed from $=getEleme ntById(id) to $=querySelector(selector). You might try $("#%s") 1 CONSOLE MESSAGE: line 1047: The console function $() has changed from $=getEleme ntById(id) to $=querySelector(selector). You might try $("#%s")
2 Tests that command line api works. 2 Tests that command line api works.
3 3
4 4
5 5
6 String($0) 6 String($0)
7 "[object HTMLParagraphElement]" 7 "[object HTMLParagraphElement]"
8 8
9 9
10 $3 10 $3
11 undefined 11 undefined
(...skipping 27 matching lines...) Expand all
39 "[object NodeList]" 39 "[object NodeList]"
40 40
41 41
42 String($$('p#foo', document.body)) 42 String($$('p#foo', document.body))
43 "[object NodeList]" 43 "[object NodeList]"
44 44
45 45
46 String($('foo')) 46 String($('foo'))
47 The console function $() has changed from $=getElementById(id) to $=querySelecto r(selector). You might try $("#foo") 47 The console function $() has changed from $=getElementById(id) to $=querySelecto r(selector). You might try $("#foo")
48 48
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/inspector/console/command-line-api-inspect-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698