WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2016-03-02 21:07:46 PST
Created
attachment 272726
[details]
Patch
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
Committed
r197494
: <
http://trac.webkit.org/changeset/197494
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug