Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / console / console-clear-expected.txt
blobb5c60476d3b38fcfe3e86523765784fccf476970
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 requestClearMessages call.
6 === Before clear ===
7 console-clear.html:9 one
8 console-clear.html:10 two
9 console-clear.html:11 three
10 === After clear ===