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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-format-style-whitelist-expected.txt

Issue 1984163002: Fix up CSSStyleDeclaration::cssText serialization (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@border
Patch Set: Created 4 years, 7 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: %cColors are awesome. 1 CONSOLE MESSAGE: line 8: %cColors are awesome.
2 CONSOLE MESSAGE: line 9: %cSo are fonts! 2 CONSOLE MESSAGE: line 9: %cSo are fonts!
3 CONSOLE MESSAGE: line 10: %cAnd borders and margins and paddings! 3 CONSOLE MESSAGE: line 10: %cAnd borders and margins and paddings!
4 CONSOLE MESSAGE: line 11: %ctext-* is fine by us! 4 CONSOLE MESSAGE: line 11: %ctext-* is fine by us!
5 CONSOLE MESSAGE: line 13: %cDisplay, on the other hand, is bad news. 5 CONSOLE MESSAGE: line 13: %cDisplay, on the other hand, is bad news.
6 CONSOLE MESSAGE: line 14: %cAnd position too. 6 CONSOLE MESSAGE: line 14: %cAnd position too.
7 CONSOLE MESSAGE: line 15: %cAnd URL is not allowed as a value . 7 CONSOLE MESSAGE: line 15: %cAnd URL is not allowed as a value .
8 Tests that console logging dumps properly styled messages, and that the whole me ssage gets the same style, regardless of multiple %c settings. 8 Tests that console logging dumps properly styled messages, and that the whole me ssage gets the same style, regardless of multiple %c settings.
9 9
10 console-format-style-whitelist.html:4 Colors are awesome. 10 console-format-style-whitelist.html:4 Colors are awesome.
11 Styled text #0: color: blue; 11 Styled text #0: color: blue;
12 console-format-style-whitelist.html:5 So are fonts! 12 console-format-style-whitelist.html:5 So are fonts!
13 Styled text #0: font-style: normal; font-variant-caps: normal; font-variant-liga tures: normal; font-variant-numeric: normal; font-weight: normal; font-stretch: normal; font-size: 1em; line-height: normal; font-family: Helvetica; 13 Styled text #0: font-style: normal; font-variant: normal; font-weight: normal; f ont-stretch: normal; font-size: 1em; line-height: normal; font-family: Helvetica ;
14 console-format-style-whitelist.html:6 And borders and margins and paddings! 14 console-format-style-whitelist.html:6 And borders and margins and paddings!
15 Styled text #0: border: 1px solid red; border-image-source: initial; border-imag e-slice: initial; border-image-width: initial; border-image-outset: initial; bor der-image-repeat: initial; margin: 20px; padding: 10px; 15 Styled text #0: border: 1px solid red; margin: 20px; padding: 10px;
16 console-format-style-whitelist.html:7 text-* is fine by us! 16 console-format-style-whitelist.html:7 text-* is fine by us!
17 Styled text #0: text-decoration-line: none; text-decoration-style: initial; text -decoration-color: initial; 17 Styled text #0: text-decoration-line: none; text-decoration-style: initial; text -decoration-color: initial;
18 console-format-style-whitelist.html:9 Display, on the other hand, is bad news. 18 console-format-style-whitelist.html:9 Display, on the other hand, is bad news.
19 Styled text #0: NO STYLES DEFINED 19 Styled text #0: NO STYLES DEFINED
20 console-format-style-whitelist.html:10 And position too. 20 console-format-style-whitelist.html:10 And position too.
21 Styled text #0: NO STYLES DEFINED 21 Styled text #0: NO STYLES DEFINED
22 console-format-style-whitelist.html:11 And URL is not allowed as a value . 22 console-format-style-whitelist.html:11 And URL is not allowed as a value .
23 Styled text #0: NO STYLES DEFINED 23 Styled text #0: NO STYLES DEFINED
24 24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698