Closed
Bug 608400
Opened 15 years ago
Closed 6 years ago
innerHTML getter over-escapes within <noembed> and <noscript>
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(1 file)
|
1.11 KB,
text/html
|
Details |
Round-trips through innerHTML setter/getter produce & explosion:
<noembed>&</noembed>
<noembed>&</noembed>
<noembed>&amp;</noembed>
Comment 1•9 years ago
|
||
I can't reproduce this anymore on today's nightly. Can you confirm?
Flags: needinfo?(jruderman)
| Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(jruderman)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•