Closed
Bug 1499567
Opened 7 years ago
Closed 7 years ago
Do not append an empty text node when creating options from HTMLOptionCollection::SetLength.
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
This is tested by:
html/semantics/forms/the-select-element/common-HTMLOptionsCollection.html
Assignee | ||
Comment 1•7 years ago
|
||
Only we do that. Align with other browsers instead.
I removed the max-asserts as well because I cannot make my browser assert when
running this test on a debug build.
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/ce783284cca7
Do not append an empty text node when creating options from HTMLOptionCollection::SetLength. r=bzbarsky
Comment 3•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Updated•7 years ago
|
Flags: qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•