[Webkit-unassigned] [Bug 18027] CSS3 Selector Test: combination of hover and multiple chained sibling selector fails in Webkit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 6 16:56:57 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=18027





--- Comment #6 from Eric Seidel <eric at webkit.org>  2009-08-06 16:56:56 PDT ---
(From update of attachment 33521)
I'm not sure why your'e using such a super-wide indent her:
+            function log(msg) {
+                var console = document.getElementById('console');
+                console.innerText += msg;
+            }
Tabs?

FAILED/PASSED stuff is done for you if you use the js testing framework in
fast/js/resources.  Not necessary here, but you should know for the future.

It would be better to test these with dumpAsText tests if possible. 
window.getComputedStyle() should be able to help you there.

Hyatt will likely be needed to review the actual code change.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list