Bug 252916

Summary: REGRESSION (260781@main): [iOS] TestWebKitAPI.FontAttributes.FontTextStyle is consistently failing
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: New BugsAssignee: Myles C. Maxfield <mmaxfield>
Status: RESOLVED FIXED    
Severity: Normal CC: mmaxfield, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=252552

Description Ryan Haddad 2023-02-24 10:36:51 PST
TestWebKitAPI.FontAttributes.FontTextStyle is consistently failing after https://commits.webkit.org/260781@main landed

    TestWebKitAPI.FontAttributes.FontTextStyle
        
        /Volumes/Data/worker/Apple-iOS-16-Simulator-Release-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/FontAttributes.mm:62
        Expected equality of these values:
          "UICTFontTextStyleTitle1"
          fontTextStyle
            Which is: ""
        
        
        /Volumes/Data/worker/Apple-iOS-16-Simulator-Release-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/FontAttributes.mm:62
        Expected equality of these values:
          "UICTFontTextStyleTitle1"
          fontTextStyle
            Which is: ""
        
        
        /Volumes/Data/worker/Apple-iOS-16-Simulator-Release-Build/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/FontAttributes.mm:466
        Expected equality of these values:
          "UICTFontTextStyleTitle1"
          [webView stylePropertyAtSelectionStart:@"font-family"]
            Which is: "-webkit-standard"

https://results.webkit.org/?suite=api-tests&test=TestWebKitAPI.FontAttributes.FontTextStyle
Comment 1 Radar WebKit Bug Importer 2023-02-24 10:37:03 PST
<rdar://problem/105891055>
Comment 2 Myles C. Maxfield 2023-02-26 19:24:19 PST
Pull request: https://github.com/WebKit/WebKit/pull/10711
Comment 3 EWS 2023-02-27 00:07:06 PST
Committed 260866@main (3f1cb9750c4d): <https://commits.webkit.org/260866@main>

Reviewed commits have been landed. Closing PR #10711 and removing active labels.