Bug 192178 - REGRESSION (r238635): [iOS] 11 API tests failing
Summary: REGRESSION (r238635): [iOS] 11 API tests failing
Status: RESOLVED DUPLICATE of bug 192165
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-29 14:04 PST by Ryan Haddad
Modified: 2018-11-29 18:51 PST (History)
5 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 2018-11-29 14:04:35 PST
Failed

    TestWebKitAPI.WKWebViewEditActions.PasteAndMatchStyle
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:257
        Expected equality of these values:
          "WebKit"
          [destination stringByEvaluatingJavaScript:@"getSelection().toString()"]
            Which is: ""
        

    TestWebKitAPI.WKWebViewEditActions.SetTextColor
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:300
        Expected equality of these values:
          "rgba(0, 255, 0, 0.2)"
          [webView stylePropertyAtSelectionStart:@"color"]
            Which is: "rgb(255, 0, 0)"
        
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:301
        Value of: [webView querySelectorExists:@"font"]
          Actual: true
        Expected: false
        

    TestWebKitAPI.WKWebViewEditActions.ChangeFontSize
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:277
        Expected equality of these values:
          17
          [[webView stylePropertyAtSelectionStart:@"font-size"] floatValue]
            Which is: 16
        
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:279
        Expected equality of these values:
          18
          [[webView stylePropertyAtSelectionStart:@"font-size"] floatValue]
            Which is: 16
        
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:282
        Expected equality of these values:
          17
          [[webView stylePropertyAtSelectionStart:@"font-size"] floatValue]
            Which is: 16
        
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:287
        Expected equality of these values:
          20
          [[webView stylePropertyAtSelectionStart:@"font-size"] floatValue]
            Which is: 16
        

    TestWebKitAPI.WKWebViewEditActions.SetFontFamily
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:317
        Expected equality of these values:
          "\"Times New Roman\""
          [webView stylePropertyAtSelectionStart:@"font-family"]
            Which is: "Helvetica"
        
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:318
        Expected equality of these values:
          "12px"
          [webView stylePropertyAtSelectionStart:@"font-size"]
            Which is: "24px"
        
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:319
        Expected equality of these values:
          "bold"
          [webView stylePropertyAtSelectionStart:@"font-weight"]
            Which is: "normal"
        
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:325
        Expected equality of these values:
          "20px"
          [webView stylePropertyAtSelectionStart:@"font-size"]
            Which is: "24px"
        
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:326
        Expected equality of these values:
          "bold"
          [webView stylePropertyAtSelectionStart:@"font-weight"]
            Which is: "normal"
        
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:327
        Expected equality of these values:
          "italic"
          [webView stylePropertyAtSelectionStart:@"font-style"]
            Which is: "normal"
        

    TestWebKitAPI.WKWebViewEditActions.ToggleStrikeThrough
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:221
        Expected equality of these values:
          "none"
          [webView stylePropertyAtSelectionStart:@"-webkit-text-decorations-in-effect"]
            Which is: "line-through"
        
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:222
        Expected equality of these values:
          "none"
          [webView stylePropertyAtSelectionEnd:@"-webkit-text-decorations-in-effect"]
            Which is: "line-through"
        
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:227
        Expected equality of these values:
          "line-through"
          [webView stylePropertyAtSelectionStart:@"-webkit-text-decorations-in-effect"]
            Which is: "none"
        
        
        /Volumes/Data/slave/ios-simulator-12-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewEditActions.mm:231
        Expected equality of these values:
          "none"
          [webView stylePropertyAtSelectionStart:@"-webkit-text-decorations-in-effect"]
            Which is: "line-through"
        

Timeout

    TestWebKitAPI.DragAndDropTests.ContentEditableToContentEditable
    TestWebKitAPI.DragAndDropTests.TextAreaToInput
    TestWebKitAPI.DragAndDropTests.ContentEditableToTextarea
    TestWebKitAPI.DragAndDropTests.SinglePlainTextWordTypeIdentifiers
    TestWebKitAPI.DragAndDropTests.ContentEditableMoveParagraphs
    TestWebKitAPI.DragAndDropTests.SinglePlainTextURLTypeIdentifiers

https://build.webkit.org/builders/Apple%20iOS%2012%20Simulator%20Release%20WK2%20(Tests)/builds/1245
Comment 1 Ryan Haddad 2018-11-29 14:06:26 PST
Maybe this regressed with "[iOS] Page not defocused when Find-in-page becomes first responder"
​https://bugs.webkit.org/show_bug.cgi?id=192084
Comment 2 Ryan Haddad 2018-11-29 14:08:19 PST
It seems the most likely candidate in the regression range:
https://trac.webkit.org/log/webkit/?action=stop_on_copy&mode=stop_on_copy&rev=238635&stop_rev=238632&limit=100&verbose=on
Comment 3 Wenson Hsieh 2018-11-29 18:51:23 PST

*** This bug has been marked as a duplicate of bug 192165 ***