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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-template-literals-expected.txt

Issue 1814963002: Use process/control messages (instead of RVH messages) for layout tests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 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
OLDNEW
1 CONSOLE ERROR: line 744: SyntaxError: Unexpected token (1:12)
1 Verifies JavaScript pretty-printing functionality. 2 Verifies JavaScript pretty-printing functionality.
2 3
3 4
4 Running: simpleLiteral 5 Running: simpleLiteral
5 ====== 8< ------ 6 ====== 8< ------
6 var foo = `bar`; 7 var foo = `bar`;
7 8
8 ------ >8 ====== 9 ------ >8 ======
9 Correct mapping for <foo> 10 Correct mapping for <foo>
10 Correct mapping for <bar> 11 Correct mapping for <bar>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 Correct mapping for <escapeHtml> 43 Correct mapping for <escapeHtml>
43 Correct mapping for <width> 44 Correct mapping for <width>
44 45
45 Running: escapedApostrophe 46 Running: escapedApostrophe
46 ====== 8< ------ 47 ====== 8< ------
47 var a=`That`s great!`; 48 var a=`That`s great!`;
48 ------ >8 ====== 49 ------ >8 ======
49 Correct mapping for <That> 50 Correct mapping for <That>
50 Correct mapping for <great> 51 Correct mapping for <great>
51 52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698