Bug 178955 - [iOS] LayoutTest fast/css/font-shorthand-line-height.html is failing
Summary: [iOS] LayoutTest fast/css/font-shorthand-line-height.html is failing
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-27 14:38 PDT by Ryan Haddad
Modified: 2017-10-27 14:48 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2017-10-27 14:38:19 PDT
LayoutTest fast/css/font-shorthand-line-height.html fails when run on iOS with the following diff:

--- /Volumes/Data/OpenSource/WebKitBuild/Release-iphonesimulator/layout-test-results/fast/css/font-shorthand-line-height-expected.txt
+++ /Volumes/Data/OpenSource/WebKitBuild/Release-iphonesimulator/layout-test-results/fast/css/font-shorthand-line-height-actual.txt
@@ -6,10 +6,11 @@
 PASS lineHeight(system_font_1) is '100px'
 PASS lineHeight(system_font_2) is '16px'
 PASS lineHeight(shorthand_normal_1) is '100px'
-PASS lineHeight(shorthand_normal_2) is '12px'
+FAIL lineHeight(shorthand_normal_2) should be 12px. Was 11px.
 PASS lineHeight(shorthand_line_height_1) is '100px'
 PASS lineHeight(shorthand_line_height_2) is '200px'
 PASS successfullyParsed is true
+Some tests failed.
 
 TEST COMPLETE