Closed
Bug 131620
Opened 24 years ago
Closed 24 years ago
Saving XML documents using the persistence object creates invalid documents
Categories
(Core :: DOM: Serializers, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 126669
People
(Reporter: bzbarsky, Assigned: harishd)
Details
BUILD: 2002-03-15
STEPS TO REPRODUCE:
1) Load http://www.mozilla.org/projects/mathml/start.xml
2) Save Page As... (this part depends on bug 128326 not being fixed). Name the
file start.xml
3) Load the page from disk
EXPECTED RESULTS: page loads
ACTUAL RESULTS: parse errors
NOTE: "<a> text </a>" gets converted to "<a /> text </a>" in the "Home |
Projects ..." header. This causes the parse errors.
| Reporter | ||
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 126669 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•