Bug 94690 - [EFL] fast/dom/shadow/shadowdom-dynamic-styling.html fails
Summary: [EFL] fast/dom/shadow/shadowdom-dynamic-styling.html fails
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-22 04:13 PDT by Dominik Röttsches (drott)
Modified: 2012-10-11 04:10 PDT (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 Dominik Röttsches (drott) 2012-08-22 04:13:04 PDT
r126275 introduced fast/dom/shadow/shadowdom-dynamic-styling.html which currently fails on EFL.

 
-PASS window.getComputedStyle(target).backgroundColor is "rgb(255, 0, 0)"
+FAIL window.getComputedStyle(target).backgroundColor should be rgb(255, 0, 0). Was rgba(0, 0, 0, 0).
Comment 1 Raphael Kubo da Costa (:rakuco) 2012-10-11 04:10:42 PDT
Seems to be passing as of r131039, unskipped in <http://trac.webkit.org/changeset/131040>.