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
(In reply to comment #0) Can you still reproduce this? The test passes in my environment (r142084).
It does pass, the failure expectation was already removed some time ago (I guess). Thanks for bringing it up.