<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>178954</bug_id>
          
          <creation_ts>2017-10-27 14:26:22 -0700</creation_ts>
          <short_desc>[iOS] LayoutTest fast/css/font-shorthand-from-longhands.html is failing</short_desc>
          <delta_ts>2017-10-27 14:47:52 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>CSS</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=178588</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ryan Haddad">ryanhaddad</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>mmaxfield</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1365508</commentid>
    <comment_count>0</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2017-10-27 14:26:22 -0700</bug_when>
    <thetext>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 &apos;&apos;
-PASS computedStyle.font is &apos;normal normal normal normal 20px/23px foobar&apos;
+FAIL computedStyle.font should be normal normal normal normal 20px/23px foobar. Was normal normal normal normal 20px/24px foobar.
 PASS computedStyle.fontSize is &apos;20px&apos;
 PASS checkFontStyleValue() is true
 PASS style.font is &apos;20px sans-serif&apos;
-PASS computedStyle.font is &apos;normal normal normal normal 20px/23px sans-serif&apos;
+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 &apos;sans-serif&apos;
 PASS checkFontStyleValue() is true
 PASS style.font is &apos;italic 20px sans-serif&apos;
-PASS computedStyle.font is &apos;italic normal normal normal 20px/23px sans-serif&apos;
+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 &apos;italic&apos;
 PASS checkFontStyleValue() is true
 PASS style.font is &apos;italic small-caps 20px sans-serif&apos;
-PASS computedStyle.font is &apos;italic small-caps normal normal 20px/23px sans-serif&apos;
+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 &apos;small-caps&apos;
 PASS checkFontStyleValue() is true
 PASS style.font is &apos;italic small-caps bold 20px sans-serif&apos;
-PASS computedStyle.font is &apos;italic small-caps bold normal 20px/23px sans-serif&apos;
+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 &apos;bold&apos;
 PASS checkFontStyleValue() is true
 PASS style.font is &apos;italic small-caps bold 20px/40px sans-serif&apos;
@@ -28,14 +28,14 @@
 PASS computedStyle.lineHeight is &apos;40px&apos;
 PASS checkFontStyleValue() is true
 PASS style.font is &apos;&apos;
-PASS computedStyle.font is &apos;normal normal normal normal 16px/18px foobar&apos;
+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 &apos;&apos;
-PASS computedStyle.font is &apos;normal normal bold normal 16px/18px foobar&apos;
+FAIL computedStyle.font should be normal normal bold normal 16px/18px foobar. Was normal normal bold normal 16px/20px foobar.
 PASS computedStyle.fontWeight is &apos;bold&apos;
 PASS checkFontStyleValue() is true
 PASS style.font is &apos;bold 40px sans-serif&apos;
-PASS computedStyle.font is &apos;normal normal bold normal 40px/46px sans-serif&apos;
+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 &apos;40px&apos;
 PASS computedStyle.fontFamily is &apos;sans-serif&apos;
 PASS checkFontStyleValue() is true</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>