Bug 252916 - REGRESSION (260781@main): [iOS] TestWebKitAPI.FontAttributes.FontTextStyle is consistently failing
Summary: REGRESSION (260781@main): [iOS] TestWebKitAPI.FontAttributes.FontTextStyle is...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Myles C. Maxfield
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-02-24 10:36 PST by Ryan Haddad
Modified: 2023-02-27 00:07 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.