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

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

Issue 2037593004: [DevTools] Remove unnecessary knowledge about console from core. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more test Created 4 years, 6 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
4 Tests that console is cleared via console.clear() method 5 Tests that console is cleared via console.clear() method
5 6
6 Bug 101021 7 Bug 101021
7 === Before clear === 8 === Before clear ===
8 console-clear-function.html:10 one 9 console-clear-function.html:10 one
9 console-clear-function.html:11 two 10 console-clear-function.html:11 two
10 console-clear-function.html:12 three 11 console-clear-function.html:12 three
11 === After clear === 12 === After clear ===
12 console-clear-function.html:19 Console was cleared 13 console-clear-function.html:19 Console was cleared
13 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698