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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/devtools/console/console-assert-expected.txt

Issue 2982263002: DevTools: prepare migration for a batch of console tests (Closed)
Patch Set: update test expects 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 CONSOLE ERROR: line 9: 1 1 CONSOLE ERROR: line 9: 1
2 CONSOLE ERROR: line 10: a 2 CONSOLE ERROR: line 10: a
3 Tests that console.assert() will dump a message and stack trace with source URLs and line numbers. 3 Tests that console.assert() will dump a message and stack trace with source URLs and line numbers.
4 4
5 console-assert.html:4 Assertion failed: 1 5 console-assert.html:4 Assertion failed: 1
6 b @ console-assert.html:4 6 b @ console-assert.html:4
7 a @ console-assert.html:10 7 a @ console-assert.html:10
8 setTimeout (async) 8 setTimeout (async)
9 (anonymous) @ VM:1 9 (anonymous) @ VM:1
10 console-assert.html:5 Assertion failed: a b 10 console-assert.html:5 Assertion failed: a b
11 b @ console-assert.html:5 11 b @ console-assert.html:5
12 a @ console-assert.html:10 12 a @ console-assert.html:10
13 setTimeout (async) 13 setTimeout (async)
14 (anonymous) @ VM:1 14 (anonymous) @ VM:1
15 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698