[Webkit-unassigned] [Bug 164537] Change Element.style using javascript object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 7 14:34:59 PDT 2017


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

Daniel Holbert <dholbert at mozilla.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dholbert at mozilla.com

--- Comment #2 from Daniel Holbert <dholbert at mozilla.com> ---
Created attachment 312230

  --> https://bugs.webkit.org/attachment.cgi?id=312230&action=review

testcase 1 (for CSSStyleRule)

Here's a testcase that directly targets CSSStyleRule.style (no element involved).

Firefox and Chrome print out "AAA", then "BBB", then "CCC" in the web console.  

WebKit doesn't accept the CCC, though, due to the |rule.style| assignment failing, due to this bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170607/f1f336ad/attachment-0001.html>


More information about the webkit-unassigned mailing list