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

Side by Side Diff: LayoutTests/inspector/console/console-xpath-expected.txt

Issue 23530041: DevTools: Make VM script names less noisy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaselined Created 7 years, 3 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: line 1: complete 1 CONSOLE MESSAGE: line 1: complete
2 Tests $x for iterator and non-iterator types. 2 Tests $x for iterator and non-iterator types.
3 3
4 $x('42') 4 $x('42')
5 $x('name(/html)') 5 $x('name(/html)')
6 $x('not(42)') 6 $x('not(42)')
7 $x('/html/body/p').length 7 $x('/html/body/p').length
8 42 8 42
9 "html" 9 "html"
10 false 10 false
11 1 11 1
12 complete [VM] (scriptId):1 12 complete VM:1
13 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698