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

Side by Side Diff: third_party/WebKit/Source/devtools/tests/console/console-clear-function-expected.txt

Issue 2829663005: DevTools: delete copied tests and update readme (Closed)
Patch Set: Created 3 years, 8 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
(Empty)
1 CONSOLE MESSAGE: line 10: one
2 CONSOLE MESSAGE: line 11: two
3 CONSOLE MESSAGE: line 12: three
4 Tests that console is cleared via console.clear() method
5
6 Bug 101021
7 === Before clear ===
8 console-clear-function.html:10 one
9 console-clear-function.html:11 two
10 console-clear-function.html:12 three
11 === After clear ===
12 console-clear-function.html:19 Console was cleared
13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698