Bug 178952 - [iOS] LayoutTest fast/css/font-calculated-value.html is failing
Summary: [iOS] LayoutTest fast/css/font-calculated-value.html is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-10-27 14:24 PDT by Ryan Haddad
Modified: 2020-07-01 07:28 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.48 KB, patch)
2020-07-01 07:01 PDT, Karl Rackler
no flags Details | Formatted Diff | Diff

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

--- /Volumes/Data/OpenSource/WebKitBuild/Release-iphonesimulator/layout-test-results/fast/css/font-calculated-value-expected.txt
+++ /Volumes/Data/OpenSource/WebKitBuild/Release-iphonesimulator/layout-test-results/fast/css/font-calculated-value-actual.txt
@@ -6,7 +6,7 @@
 PASS testDiv.style['font'] is ""
 testDiv.style['font'] = 'italic small-caps calc(100 * 9) 12px arial'
 PASS testDiv.style['font'] is "italic small-caps 900 12px arial"
-PASS window.getComputedStyle(testDiv).getPropertyValue('font') is "italic small-caps 900 normal 12px/14px arial"
+FAIL window.getComputedStyle(testDiv).getPropertyValue('font') should be italic small-caps 900 normal 12px/14px arial. Was italic small-caps 900 normal 12px/15px arial.
 PASS successfullyParsed is true
 
 TEST COMPLETE
Comment 1 Karl Rackler 2020-07-01 06:57:28 PDT
fast/css/font-calculated-value.html is no longer failing - remove expectations

Current history is green: https://results.webkit.org/?suite=layout-tests&test=fast%2Fcss%2Ffont-calculated-value.html
Comment 2 Karl Rackler 2020-07-01 07:01:08 PDT
Created attachment 403289 [details]
Patch
Comment 3 EWS 2020-07-01 07:27:39 PDT
Committed r263798: <https://trac.webkit.org/changeset/263798>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 403289 [details].
Comment 4 Radar WebKit Bug Importer 2020-07-01 07:28:13 PDT
<rdar://problem/64986356>