Bug 154052
| Summary: | 3 WKUserContentController API tests failing after r196341 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | andersca |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryan Haddad
3 WKUserContentController API tests failing after r196341
Tests that failed:
WKUserContentController.AddUserStyleSheetBeforeCreatingView
WKUserContentController.UserStyleSheetAffectingAllFrames
WKUserContentController.UserStyleSheetAffectingOnlyMainFrame
<https://build.webkit.org/builders/Apple%20El%20Capitan%20Release%20WK2%20%28Tests%29/builds/3215>
FAIL WKUserContentController.AddUserStyleSheetBeforeCreatingView
/Volumes/Data/slave/elcapitan-release/build/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/UserContentController.mm:276
Value of: value
Actual: "rgb(255, 0, 0)"
Expected: color
Which is: "rgb(0, 128, 0)"
FAIL WKUserContentController.UserStyleSheetAffectingAllFrames
/Volumes/Data/slave/elcapitan-release/build/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/UserContentController.mm:276
Value of: value
Actual: "rgb(255, 0, 0)"
Expected: color
Which is: "rgb(0, 128, 0)"
/Volumes/Data/slave/elcapitan-release/build/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/UserContentController.mm:276
Value of: value
Actual: "rgba(0, 0, 0, 0)"
Expected: color
Which is: "rgb(0, 128, 0)"
FAIL WKUserContentController.UserStyleSheetAffectingOnlyMainFrame
/Volumes/Data/slave/elcapitan-release/build/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/UserContentController.mm:276
Value of: value
Actual: "rgb(255, 0, 0)"
Expected: color
Which is: "rgb(0, 128, 0)"
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Duping to original bug for the change since it was rolled out.
*** This bug has been marked as a duplicate of bug 154046 ***