Bug 192178
Summary: | REGRESSION (r238635): [iOS] 11 API tests failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | dbates, jlewis3, thorton, tsavell, wenson_hsieh |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=192165 |
Ryan Haddad
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Maybe this regressed with "[iOS] Page not defocused when Find-in-page becomes first responder"
https://bugs.webkit.org/show_bug.cgi?id=192084
Ryan Haddad
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
Wenson Hsieh
*** This bug has been marked as a duplicate of bug 192165 ***