Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / console / console-format-style-expected.txt
blob2f9ff56f48f1f9e6cc1e53ba91e3acd932670499
1 CONSOLE MESSAGE: line 8: %cBlue!.
2 CONSOLE MESSAGE: line 9: %cBlue! %cRed!
3 CONSOLE MESSAGE: line 10: %cwww.google.com
4 Tests that console logging dumps properly styled messages.
6 console-format-style.html:8 Blue!.
7 Styled text #0: color: blue;
8 console-format-style.html:9 Blue! Red!
9 Styled text #0: color: blue;
10 Styled text #1: color: red;
11 console-format-style.html:10 www.google.com
12 Styled text #0: color: blue;
13 Styled text #1: color: blue;