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;