RESOLVED FIXED 159927
Fix null handling of SVGScriptElement.type attribute
https://bugs.webkit.org/show_bug.cgi?id=159927
Summary Fix null handling of SVGScriptElement.type attribute
Chris Dumez
Reported 2016-07-19 10:49:32 PDT
Fix null handling of SVGScriptElement.type attribute: https://www.w3.org/TR/SVG2/interact.html#InterfaceSVGScriptElement We treat null as the null String which ends up removing the 'type' content attribute. However, we are supposed to treat null as the String "null". Firefox and Chrome match the specification.
Attachments
Patch (3.72 KB, patch)
2016-07-19 10:51 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2016-07-19 10:51:58 PDT
WebKit Commit Bot
Comment 2 2016-07-19 22:14:03 PDT
Comment on attachment 284020 [details] Patch Clearing flags on attachment: 284020 Committed r203444: <http://trac.webkit.org/changeset/203444>
WebKit Commit Bot
Comment 3 2016-07-19 22:14:08 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.