Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / console / console-clear-function-expected.txt
blob816aceae41d3eab151257e91c65d9731534fd71b
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
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