Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / console / console-format-style-expected.txt
1 CONSOLE MESSAGE: line 8: %cBlue!.
2 CONSOLE MESSAGE: line 9: %cBlue! %cRed!
3 Tests that console logging dumps properly styled messages.
4
5 console-format-style.html:8 Blue!.
6 Styled text #0: color: blue;
7 console-format-style.html:9 Blue! Red!
8 Styled text #0: color: blue;
9 Styled text #1: color: red;
10