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

Unified Diff: LayoutTests/fast/css/font-shorthand-expected.txt

Issue 14619018: As discussed in blink-dev mailing list remove getPropertyShorthand and isImplicit from the Web expo… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/css/font-shorthand.html ('k') | LayoutTests/fast/css/overflow-property.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/font-shorthand-expected.txt
diff --git a/LayoutTests/fast/css/font-shorthand-expected.txt b/LayoutTests/fast/css/font-shorthand-expected.txt
index 7f684955ea8353e81189b89391b8fda58f403a49..3c3391bbe3e527b1fe757b084b293d7e5e5a0cb5 100644
--- a/LayoutTests/fast/css/font-shorthand-expected.txt
+++ b/LayoutTests/fast/css/font-shorthand-expected.txt
@@ -1,75 +1,75 @@
Test
Font for '12px monospace':
-font-style: normal (original property was font and property was implicitly set.)
-font-variant: normal (original property was font and property was implicitly set.)
-font-weight: normal (original property was font and property was implicitly set.)
-font-size: 12px (original property was font)
-line-height: normal (original property was font and property was implicitly set.)
-font-family: monospace (original property was font)
+font-style: normal
+font-variant: normal
+font-weight: normal
+font-size: 12px
+line-height: normal
+font-family: monospace
Font for '12px/24px serif':
-font-style: normal (original property was font and property was implicitly set.)
-font-variant: normal (original property was font and property was implicitly set.)
-font-weight: normal (original property was font and property was implicitly set.)
-font-size: 12px (original property was font)
-line-height: 24px (original property was font)
-font-family: serif (original property was font)
+font-style: normal
+font-variant: normal
+font-weight: normal
+font-size: 12px
+line-height: 24px
+font-family: serif
Font for 'normal 12px serif':
-font-style: normal (original property was font)
-font-variant: normal (original property was font and property was implicitly set.)
-font-weight: normal (original property was font and property was implicitly set.)
-font-size: 12px (original property was font)
-line-height: normal (original property was font and property was implicitly set.)
-font-family: serif (original property was font)
+font-style: normal
+font-variant: normal
+font-weight: normal
+font-size: 12px
+line-height: normal
+font-family: serif
Font for 'normal normal 12px serif':
-font-style: normal (original property was font)
-font-variant: normal (original property was font)
-font-weight: normal (original property was font and property was implicitly set.)
-font-size: 12px (original property was font)
-line-height: normal (original property was font and property was implicitly set.)
-font-family: serif (original property was font)
+font-style: normal
+font-variant: normal
+font-weight: normal
+font-size: 12px
+line-height: normal
+font-family: serif
Font for 'normal normal normal 12px serif':
-font-style: normal (original property was font)
-font-variant: normal (original property was font)
-font-weight: normal (original property was font)
-font-size: 12px (original property was font)
-line-height: normal (original property was font and property was implicitly set.)
-font-family: serif (original property was font)
+font-style: normal
+font-variant: normal
+font-weight: normal
+font-size: 12px
+line-height: normal
+font-family: serif
Font for 'italic small-caps 12px/24px serif':
-font-style: italic (original property was font)
-font-variant: small-caps (original property was font)
-font-weight: normal (original property was font and property was implicitly set.)
-font-size: 12px (original property was font)
-line-height: 24px (original property was font)
-font-family: serif (original property was font)
+font-style: italic
+font-variant: small-caps
+font-weight: normal
+font-size: 12px
+line-height: 24px
+font-family: serif
Font for 'italic bold 12px/24px serif':
-font-style: italic (original property was font)
-font-weight: bold (original property was font)
-font-variant: normal (original property was font and property was implicitly set.)
-font-size: 12px (original property was font)
-line-height: 24px (original property was font)
-font-family: serif (original property was font)
+font-style: italic
+font-weight: bold
+font-variant: normal
+font-size: 12px
+line-height: 24px
+font-family: serif
Font for 'small-caps bold 14px/28px Arial, sans-serif':
-font-variant: small-caps (original property was font)
-font-weight: bold (original property was font)
-font-style: normal (original property was font and property was implicitly set.)
-font-size: 14px (original property was font)
-line-height: 28px (original property was font)
-font-family: Arial, sans-serif (original property was font)
+font-variant: small-caps
+font-weight: bold
+font-style: normal
+font-size: 14px
+line-height: 28px
+font-family: Arial, sans-serif
Font for 'italic small-caps bold 14px/28px Arial, sans-serif':
-font-style: italic (original property was font)
-font-variant: small-caps (original property was font)
-font-weight: bold (original property was font)
-font-size: 14px (original property was font)
-line-height: 28px (original property was font)
-font-family: Arial, sans-serif (original property was font)
+font-style: italic
+font-variant: small-caps
+font-weight: bold
+font-size: 14px
+line-height: 28px
+font-family: Arial, sans-serif
Font for 'italic small-caps bold 12px/24px':
« no previous file with comments | « LayoutTests/fast/css/font-shorthand.html ('k') | LayoutTests/fast/css/overflow-property.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698