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

Unified Diff: LayoutTests/fast/css/font-family-parse-keyword.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 | « no previous file | LayoutTests/fast/css/font-family-parse-keyword-expected.html » ('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.html
diff --git a/LayoutTests/fast/css/font-family-parse-keyword.html b/LayoutTests/fast/css/font-family-parse-keyword.html
index 003668d6ce78333d10a68b809c36934d74124949..10bdc692c914c610e4ec3c5dd33d896eab688c99 100644
--- a/LayoutTests/fast/css/font-family-parse-keyword.html
+++ b/LayoutTests/fast/css/font-family-parse-keyword.html
@@ -19,20 +19,20 @@
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>
<span style="font-family: default">Test 2</span><br>
<span style="font-family: default, invalid">Test 3</span><br>
- <span style="font-family: invalid, default">Test 4</span>
+ <span style="font-family: invalid, default">Test 4</span><br>
+ <span style="font-family: default, arial">Test 5</span><br>
+ <span style="font-family: arial, default">Test 6</span><br>
+ <span style="font-family: invalid, default, arial">Test 7</span>
</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</span><br>
- <span style="font-family: default, arial">Test 2</span><br>
- <span style="font-family: default foobar, arial">Test 3</span><br>
- <span style="font-family: arial, default">Test 4</span><br>
- <span style="font-family: arial, default foobar">Test 5</span><br>
- <span style="font-family: invalid, default, arial">Test 6</span>
+ <span style="font-family: default foobar, arial">Test 2</span><br>
+ <span style="font-family: arial, default foobar">Test 3</span>
</p>
<p>
The next 9 lines should use the font Ahem (black boxes):<br>
« no previous file with comments | « no previous file | LayoutTests/fast/css/font-family-parse-keyword-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698