Bug 97469 - [GTK][Shadow DOM] fast/dom/shadow/shadowdom-dynamic-styling.html is failing
Summary: [GTK][Shadow DOM] fast/dom/shadow/shadowdom-dynamic-styling.html is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-24 11:17 PDT by Zan Dobersek
Modified: 2013-02-07 04:32 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2012-09-24 11:17:47 PDT
The following Shadow DOM test is failing on the GTK port:
fast/dom/shadow/shadowdom-dynamic-styling.html

Diff:
--- /home/zan/Dev/webkit/webkit/WebKitBuild/Release/layout-test-results/fast/dom/shadow/shadowdom-dynamic-styling-expected.txt
+++ /home/zan/Dev/webkit/webkit/WebKitBuild/Release/layout-test-results/fast/dom/shadow/shadowdom-dynamic-styling-actual.txt
@@ -3,7 +3,7 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-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).
 PASS successfullyParsed is true
 
 TEST COMPLETE
Comment 1 Kwang Yul Seo 2013-02-07 01:49:06 PST
(In reply to comment #0)
Can you still reproduce this? The test passes in my environment (r142084).
Comment 2 Zan Dobersek 2013-02-07 04:32:46 PST
It does pass, the failure expectation was already removed some time ago (I guess).
Thanks for bringing it up.