Closed
Bug 16278
Opened 25 years ago
Closed 25 years ago
can't close divs inside document.write
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: rifraf, Assigned: vidur)
Details
The following code:
<script>
document.write('<div>node</div>');
</script>
produces no output.
It's also true with document.writeln() as the mehtod
It's also true with <span> as the HTML tag
This is probably a duplicate of bug# 11141
Confirmed that the bug is fixed with the latest build. I agree that it is a DUP
of bug #11141 so marking it accordingly
*** This bug has been marked as a duplicate of 11141 ***
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•25 years ago
|
||
[bugday] verifying dupe. The bugs read very similar and seeing how bug 11141 has
been fixed and this bug doesn't exist anymore (tested on winNT 1999121608) - I'm
going to verify it.
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•