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

Unified Diff: LayoutTests/fast/css/font-family-parse-keyword-expected.html

Issue 1020023002: Treat standalone default/initial/inherit in font-family as invalid (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« no previous file with comments | « LayoutTests/fast/css/font-family-parse-keyword.html ('k') | Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/font-family-parse-keyword-expected.html
diff --git a/LayoutTests/fast/css/font-family-parse-keyword-expected.html b/LayoutTests/fast/css/font-family-parse-keyword-expected.html
index cd2031de896eb44fb357a303374a887d3c474db7..a8801ea6d32e788cc6b293e32b8fe6b6d67c3164 100644
--- a/LayoutTests/fast/css/font-family-parse-keyword-expected.html
+++ b/LayoutTests/fast/css/font-family-parse-keyword-expected.html
@@ -11,21 +11,21 @@
the keyword "default" as part of a font name.
</p>
<p>
- The next 4 lines should use the default font (same as this line):<br>
+ The next 7 lines should use the default font (same as this line):<br>
Test 1<br>
Test 2<br>
Test 3<br>
- Test 4
+ Test 4<br>
+ Test 5<br>
+ Test 6<br>
+ Test 7
</p>
<p>
- The next 6 lines should use the font Arial:<br>
+ The next 3 lines should use the font Arial:<br>
<span style="font-family: arial">
Test 1<br>
Test 2<br>
- Test 3<br>
- Test 4<br>
- Test 5<br>
- Test 6
+ Test 3
</span>
</p>
<p>
« no previous file with comments | « LayoutTests/fast/css/font-family-parse-keyword.html ('k') | Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698