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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-clear-function-expected.txt

Issue 2656633004: DevTools: migrate v8 console client to the new API. (Closed)
Patch Set: rebaselined Created 3 years, 10 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 MESSAGE: line 10: one 1 CONSOLE MESSAGE: line 10: one
2 CONSOLE MESSAGE: line 11: two 2 CONSOLE MESSAGE: line 11: two
3 CONSOLE MESSAGE: line 12: three 3 CONSOLE MESSAGE: line 12: three
4 CONSOLE MESSAGE: line 19: console.clear
5 Tests that console is cleared via console.clear() method 4 Tests that console is cleared via console.clear() method
6 5
7 Bug 101021 6 Bug 101021
8 === Before clear === 7 === Before clear ===
9 console-clear-function.html:10 one 8 console-clear-function.html:10 one
10 console-clear-function.html:11 two 9 console-clear-function.html:11 two
11 console-clear-function.html:12 three 10 console-clear-function.html:12 three
12 === After clear === 11 === After clear ===
13 console-clear-function.html:19 Console was cleared 12 console-clear-function.html:19 Console was cleared
14 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698