Closed
Bug 600466
Opened 15 years ago
Closed 15 years ago
removeChild on attribute node does nothing
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla2.0b7
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | betaN+ |
People
(Reporter: mounir, Assigned: mounir)
References
Details
(Keywords: regression, testcase)
Attachments
(2 files)
|
258 bytes,
text/html
|
Details | |
|
3.91 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
If you call document.createAttribute("foo"), set the value and call .removeChild, .firstChild will still return a text node even if it should not.
| Assignee | ||
Comment 1•15 years ago
|
||
Should block considering it's a regression.
blocking2.0: --- → ?
Keywords: regression
| Assignee | ||
Comment 2•15 years ago
|
||
| Assignee | ||
Comment 3•15 years ago
|
||
Attachment #479309 -
Flags: review?(bzbarsky)
| Assignee | ||
Updated•15 years ago
|
Attachment #479309 -
Attachment description: Patch #2 v1 → Patch v1
Comment 4•15 years ago
|
||
Comment on attachment 479309 [details] [diff] [review]
Patch v1
r=me
Attachment #479309 -
Flags: review?(bzbarsky) → review+
| Assignee | ||
Updated•15 years ago
|
Blocks: CVE-2010-3766
Updated•15 years ago
|
blocking2.0: ? → betaN+
| Assignee | ||
Comment 5•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b8
Updated•15 years ago
|
Target Milestone: mozilla2.0b8 → mozilla2.0b7
You need to log in
before you can comment on or make changes to this bug.
Description
•