[Webkit-unassigned] [Bug 38771] IE9 test failure: "HIERARCHY_REQUEST_ERR raised if @import rule inserted after a regular rule"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 6 08:49:05 PDT 2010


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


Rob Buis <rwlbuis at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rwlbuis at gmail.com




--- Comment #2 from Rob Buis <rwlbuis at gmail.com>  2010-06-06 08:49:04 PST ---
I looked into this, the problem is not that there is no exception thrown (there is already a test for that in the LayoutTests). The problem rather is that the check after the exception catch relies on backgroundColor returning transparant, where WebKit returns rgba(0, 0, 0, 0). So either the linked test needs to be fixed (may be unlikely) or we need to return transparant instead of rgba(0, 0, 0, 0). If there are plans to do that anyway this issue could be closed. Thoughts?
Cheers,

Rob.

-- 
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