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

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

Issue 203523002: Reland "Add plumbing for font-stretch" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: w/fix for ASSERT Created 6 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 | Annotate | Revision Log
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 Tests that console logging dumps properly styled messages, and that the whole me ssage gets the same style, regardless of multiple %c settings. 7 Tests that console logging dumps properly styled messages, and that the whole me ssage gets the same style, regardless of multiple %c settings.
8 8
9 Colors are awesome. console-format-style-whitelist.html:8 9 Colors are awesome. console-format-style-whitelist.html:8
10 Styled text #0: color: blue; 10 Styled text #0: color: blue;
11 So are fonts! console-format-style-whitelist.html:9 11 So are fonts! console-format-style-whitelist.html:9
12 Styled text #0: font-style: normal; font-variant: normal; font-weight: normal; f ont-size: 1em; line-height: normal; font-family: Helvetica; 12 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 ;
13 And borders and margins and paddings! console-format-style-whitelist.html:10 13 And borders and margins and paddings! console-format-style-whitelist.html:10
14 Styled text #0: border: 1px solid red; margin: 20px; padding: 10px; 14 Styled text #0: border: 1px solid red; margin: 20px; padding: 10px;
15 text-* is fine by us! console-format-style-whitelist.html:11 15 text-* is fine by us! console-format-style-whitelist.html:11
16 Styled text #0: text-decoration-line: none; 16 Styled text #0: text-decoration-line: none;
17 Display, on the other hand, is bad news. console-format-style-whitelist.html:13 17 Display, on the other hand, is bad news. console-format-style-whitelist.html:13
18 Styled text #0: NO STYLES DEFINED 18 Styled text #0: NO STYLES DEFINED
19 And position too. console-format-style-whitelist.html:14 19 And position too. console-format-style-whitelist.html:14
20 Styled text #0: NO STYLES DEFINED 20 Styled text #0: NO STYLES DEFINED
21 21
OLDNEW
« no previous file with comments | « LayoutTests/fast/inspector-support/style-expected.txt ('k') | Source/core/animation/css/CSSAnimatableValueFactory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698