[Webkit-unassigned] [Bug 62407] LayoutTests/fast/css/link-disabled-attr.html fails some cases

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 2 14:42:51 PDT 2011


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





--- Comment #2 from Julien Chaffraix <jchaffraix at webkit.org>  2011-08-02 14:42:51 PST ---
It looks like our binding does not use the same case as the spec and FireFox for one binding:

Document.idl:

// WebKit extensions

readonly attribute [ConvertNullStringTo=Null] DOMString preferredStylesheetSet;
         attribute [ConvertNullStringTo=Null, ConvertNullToNullString] DOMString selectedStylesheetSet;

The spec and Mozilla both use preferredStyleSheetSet and selectedStyleSheetSet. That could be why we are failing this test as we are matching the spec in our test.

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