[Webkit-unassigned] [Bug 178954] New: [iOS] LayoutTest fast/css/font-shorthand-from-longhands.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 27 14:26:22 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=178954

            Bug ID: 178954
           Summary: [iOS] LayoutTest
                    fast/css/font-shorthand-from-longhands.html is failing
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ryanhaddad at apple.com

LayoutTest fast/css/font-shorthand-from-longhands.html fails when run on iOS with the following diff:

--- /Volumes/Data/OpenSource/WebKitBuild/Release-iphonesimulator/layout-test-results/fast/css/font-shorthand-from-longhands-expected.txt
+++ /Volumes/Data/OpenSource/WebKitBuild/Release-iphonesimulator/layout-test-results/fast/css/font-shorthand-from-longhands-actual.txt
@@ -4,23 +4,23 @@


 PASS style.font is ''
-PASS computedStyle.font is 'normal normal normal normal 20px/23px foobar'
+FAIL computedStyle.font should be normal normal normal normal 20px/23px foobar. Was normal normal normal normal 20px/24px foobar.
 PASS computedStyle.fontSize is '20px'
 PASS checkFontStyleValue() is true
 PASS style.font is '20px sans-serif'
-PASS computedStyle.font is 'normal normal normal normal 20px/23px sans-serif'
+FAIL computedStyle.font should be normal normal normal normal 20px/23px sans-serif. Was normal normal normal normal 20px/25px sans-serif.
 PASS computedStyle.fontFamily is 'sans-serif'
 PASS checkFontStyleValue() is true
 PASS style.font is 'italic 20px sans-serif'
-PASS computedStyle.font is 'italic normal normal normal 20px/23px sans-serif'
+FAIL computedStyle.font should be italic normal normal normal 20px/23px sans-serif. Was italic normal normal normal 20px/25px sans-serif.
 PASS computedStyle.fontStyle is 'italic'
 PASS checkFontStyleValue() is true
 PASS style.font is 'italic small-caps 20px sans-serif'
-PASS computedStyle.font is 'italic small-caps normal normal 20px/23px sans-serif'
+FAIL computedStyle.font should be italic small-caps normal normal 20px/23px sans-serif. Was italic small-caps normal normal 20px/25px sans-serif.
 PASS computedStyle.fontVariant is 'small-caps'
 PASS checkFontStyleValue() is true
 PASS style.font is 'italic small-caps bold 20px sans-serif'
-PASS computedStyle.font is 'italic small-caps bold normal 20px/23px sans-serif'
+FAIL computedStyle.font should be italic small-caps bold normal 20px/23px sans-serif. Was italic small-caps bold normal 20px/25px sans-serif.
 PASS computedStyle.fontWeight is 'bold'
 PASS checkFontStyleValue() is true
 PASS style.font is 'italic small-caps bold 20px/40px sans-serif'
@@ -28,14 +28,14 @@
 PASS computedStyle.lineHeight is '40px'
 PASS checkFontStyleValue() is true
 PASS style.font is ''
-PASS computedStyle.font is 'normal normal normal normal 16px/18px foobar'
+FAIL computedStyle.font should be normal normal normal normal 16px/18px foobar. Was normal normal normal normal 16px/20px foobar.
 PASS checkFontStyleValue() is true
 PASS style.font is ''
-PASS computedStyle.font is 'normal normal bold normal 16px/18px foobar'
+FAIL computedStyle.font should be normal normal bold normal 16px/18px foobar. Was normal normal bold normal 16px/20px foobar.
 PASS computedStyle.fontWeight is 'bold'
 PASS checkFontStyleValue() is true
 PASS style.font is 'bold 40px sans-serif'
-PASS computedStyle.font is 'normal normal bold normal 40px/46px sans-serif'
+FAIL computedStyle.font should be normal normal bold normal 40px/46px sans-serif. Was normal normal bold normal 40px/48px sans-serif.
 PASS computedStyle.fontSize is '40px'
 PASS computedStyle.fontFamily is 'sans-serif'
 PASS checkFontStyleValue() is true

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171027/541fe922/attachment.html>


More information about the webkit-unassigned mailing list