[Webkit-unassigned] [Bug 45778] CSSStyleDeclaration.prototype.setProperty does not set priority correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 6 03:54:35 PDT 2010


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





--- Comment #1 from Xianzhu Wang <phnixwxz at gmail.com>  2010-11-06 03:54:35 PST ---
Created an attachment (id=73169)
 --> (https://bugs.webkit.org/attachment.cgi?id=73169&action=review)
test case of ignored setProperty()

For the failing cases, setProperty() sets neither priority nor property value.
A setProperty() call will be ignored if
a) the property has 'important' priority before the call;
and
b) the third parameter of the call is omitted, null or empty string

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