RESOLVED FIXED 154952
Drop [TreatNullAs=LegacyNullString] from HTMLBaseElement.href
https://bugs.webkit.org/show_bug.cgi?id=154952
Summary Drop [TreatNullAs=LegacyNullString] from HTMLBaseElement.href
Chris Dumez
Reported 2016-03-02 20:42:15 PST
Drop [TreatNullAs=LegacyNullString] from HTMLBaseElement.href as this does not match the specification: https://html.spec.whatwg.org/multipage/semantics.html#the-base-element Firefox and Chrome both convert null to the string "null".
Attachments
Patch (4.58 KB, patch)
2016-03-02 21:07 PST, Chris Dumez
rniwa: review+
Chris Dumez
Comment 1 2016-03-02 21:07:46 PST
Ryosuke Niwa
Comment 2 2016-03-02 22:09:43 PST
Comment on attachment 272726 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=272726&action=review > Source/WebCore/ChangeLog:14 > + No new tests, already covered by existing test. You're adding a test case to fast/dom/HTMLBaseElement/href-attribute-resolves-with-respect-to-document.html so you should list that instead of saying there's an existing coverage.
Chris Dumez
Comment 3 2016-03-02 22:31:29 PST
Note You need to log in before you can comment on or make changes to this bug.