[Webkit-unassigned] [Bug 65140] REGRESSION (r84327-r84329): CSS stylesheets fail to load on www.flagstar.com login page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 1 18:54:54 PDT 2011


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


Julien Chaffraix <jchaffraix at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |HasReduction




--- Comment #3 from Julien Chaffraix <jchaffraix at webkit.org>  2011-08-01 18:54:54 PST ---
I started analyzing the bug today and here are my thoughts.

* I am not sure if it related to bug 62407 as those 2 failures were already in WebKit, the test just uncovered them (which is why the test landed with those failures in the first place).
* The root problem is that we call setDisabled on a <link> whose stylesheet is loading. Currently we just ignore those call as HTMLLinkElement::m_sheet is NULL which is wrong. I will need to look into how Gecko handles that.

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