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

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

Issue 199423003: Add plumbing for font-stretch (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/console/console-format-style-whitelist-expected.txt
diff --git a/LayoutTests/inspector/console/console-format-style-whitelist-expected.txt b/LayoutTests/inspector/console/console-format-style-whitelist-expected.txt
index 98668a9b366db3fda337c7de6adacd0a807e9e35..e298e4853114c081c85a2d3a48b0fea433516d4d 100644
--- a/LayoutTests/inspector/console/console-format-style-whitelist-expected.txt
+++ b/LayoutTests/inspector/console/console-format-style-whitelist-expected.txt
@@ -9,7 +9,7 @@ Tests that console logging dumps properly styled messages, and that the whole me
Colors are awesome. console-format-style-whitelist.html:8
Styled text #0: color: blue;
So are fonts! console-format-style-whitelist.html:9
-Styled text #0: font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; line-height: normal; font-family: Helvetica;
+Styled text #0: font-style: normal; font-variant: normal; font-weight: normal; font-stretch: normal; font-size: 1em; line-height: normal; font-family: Helvetica;
And borders and margins and paddings! console-format-style-whitelist.html:10
Styled text #0: border: 1px solid red; margin: 20px; padding: 10px;
text-* is fine by us! console-format-style-whitelist.html:11
« no previous file with comments | « LayoutTests/fast/inspector-support/style-expected.txt ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698