Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(267)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/devtools/console/console-format-style-expected.txt

Issue 2982263002: DevTools: prepare migration for a batch of console tests (Closed)
Patch Set: update test expects Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698