| OLD | NEW |
| 1 CONSOLE MESSAGE: line 8: %cBlue!. | 1 CONSOLE MESSAGE: line 8: %cBlue!. |
| 2 CONSOLE MESSAGE: line 9: %cBlue! %cRed! | 2 CONSOLE MESSAGE: line 9: %cBlue! %cRed! |
| 3 CONSOLE MESSAGE: line 10: %cwww.google.com | 3 CONSOLE MESSAGE: line 10: %cwww.google.com |
| 4 Tests that console logging dumps properly styled messages. | 4 Tests that console logging dumps properly styled messages. |
| 5 | 5 |
| 6 console-format-style.html:8 Blue!. | 6 console-format-style.html:8 Blue!. |
| 7 Styled text #0: color: blue; | 7 Styled text #0: color: blue; |
| 8 console-format-style.html:9 Blue! Red! | 8 console-format-style.html:9 Blue! Red! |
| 9 Styled text #0: color: blue; | 9 Styled text #0: color: blue; |
| 10 Styled text #1: color: red; | 10 Styled text #1: color: red; |
| 11 console-format-style.html:10 www.google.com | 11 console-format-style.html:10 www.google.com |
| 12 Styled text #0: color: blue; | 12 Styled text #0: color: blue; |
| 13 Styled text #1: color: blue; | 13 Styled text #1: color: blue; |
| 14 | 14 |
| OLD | NEW |