Bug 94690
Summary: | [EFL] fast/dom/shadow/shadowdom-dynamic-styling.html fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dominik Röttsches (drott) <d-r> |
Component: | WebKit EFL | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | cdumez, lucas.de.marchi, rakuco |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Dominik Röttsches (drott)
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).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Raphael Kubo da Costa (:rakuco)
Seems to be passing as of r131039, unskipped in <http://trac.webkit.org/changeset/131040>.