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

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

Issue 1020093004: Add initial/inherit/unset tests to font-family-parse-keyword.html (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add unset 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 a8801ea6d32e788cc6b293e32b8fe6b6d67c3164..8b3ed324e809fe21f7decf85bca98989056a94b3 100644
--- a/LayoutTests/fast/css/font-family-parse-keyword-expected.html
+++ b/LayoutTests/fast/css/font-family-parse-keyword-expected.html
@@ -9,16 +9,21 @@
<p>
http://crbug.com/226632 - CSSParser::parseFontFamily should allow
the keyword "default" as part of a font name.
+ http://crbug.com/389148 - Invalid declaration "font-family: Times,
+ inherit" is treated as valid.
</p>
<p>
- The next 7 lines should use the default font (same as this line):<br>
+ The next 11 lines should use the default font (same as this line):<br>
Test 1<br>
Test 2<br>
Test 3<br>
Test 4<br>
Test 5<br>
Test 6<br>
- Test 7
+ Test 7<br>
+ Test 8<br>
+ Test 9<br>
+ Test 10
</p>
<p>
The next 3 lines should use the font Arial:<br>
« 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