Bug 154052

Summary: 3 WKUserContentController API tests failing after r196341
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: andersca
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Ryan Haddad 2016-02-09 15:43:33 PST
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)"
Comment 1 Ryan Haddad 2016-02-09 17:12:12 PST
Duping to original bug for the change since it was rolled out.

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