RESOLVED FIXED Bug 94690
[EFL] fast/dom/shadow/shadowdom-dynamic-styling.html fails
https://bugs.webkit.org/show_bug.cgi?id=94690
Summary [EFL] fast/dom/shadow/shadowdom-dynamic-styling.html fails
Dominik Röttsches (drott)
Reported 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).
Attachments
Raphael Kubo da Costa (:rakuco)
Comment 1 2012-10-11 04:10:42 PDT
Seems to be passing as of r131039, unskipped in <http://trac.webkit.org/changeset/131040>.
Note You need to log in before you can comment on or make changes to this bug.