Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / console / console-command-clear-expected.txt
blobe1e0c7757e45f11d3fcdcd5403f0c8e3cab7f1c8
1 CONSOLE MESSAGE: line 9: one
2 CONSOLE MESSAGE: line 10: two
3 CONSOLE MESSAGE: line 11: three
4 Tests that console is cleared upon clear() eval in console.
6 === Before clear ===
7 console-command-clear.html:9 one
8 console-command-clear.html:10 two
9 console-command-clear.html:11 three
10 === After clear ===
11 undefined