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

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

Issue 2970313002: DevTools: do not clear console when preserving log (Closed)
Patch Set: remove unused file 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 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 10: one
5 CONSOLE MESSAGE: line 11: two
6 CONSOLE MESSAGE: line 12: three
4 Tests that console is cleared via console.clear() method 7 Tests that console is cleared via console.clear() method
5 8
6 Bug 101021 9 Bug 101021
10
11 Running: clearFromConsoleAPI
7 === Before clear === 12 === Before clear ===
8 console-clear-function.html:10 one 13 console-clear-function.html:10 one
9 console-clear-function.html:11 two 14 console-clear-function.html:11 two
10 console-clear-function.html:12 three 15 console-clear-function.html:12 three
11 === After clear === 16 === After clear ===
12 console-clear-function.html:19 Console was cleared 17 console-clear-function.html:17 Console was cleared
13 18
19 Running: shouldNotClearWithPreserveLog
20 === Before clear ===
21 console-clear-function.html:17 Console was cleared
22 console-clear-function.html:10 one
23 console-clear-function.html:11 two
24 console-clear-function.html:12 three
25 === After clear ===
26 console-clear-function.html:17 Console was cleared
27 console-clear-function.html:10 one
28 console-clear-function.html:11 two
29 console-clear-function.html:12 three
30 console-clear-function.html:17 console.clear() was prevented due to 'Preserve lo g'
31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698