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> |