Closed
Bug 92530
Opened 24 years ago
Closed 24 years ago
We mishandle "<table><tr><td><form><table><tr><td><table><span>"
Categories
(Core :: DOM: HTML Parser, defect, P1)
Tracking
()
VERIFIED
FIXED
mozilla0.9.4
People
(Reporter: ian, Assigned: harishd)
References
()
Details
(Keywords: compat, testcase, topembed, Whiteboard: [fixed on the trunk and branch])
Attachments
(2 files)
604 bytes,
text/html
|
Details | |
1.32 KB,
patch
|
Details | Diff | Splinter Review |
STEPS TO REPRODUCE
Look at the attachment. It has the following structure:
<table>
<tr>
<td>
<form>
<table>
<tr>
<td>
<table>
<span> Text </span>
<tr>
<td>
ACTUAL RESULTS
In Mozilla, an anonymous cell is created to contain the <span>.
EXPECTED RESULTS
In IE6-pre, the <span> is promoted above the cell. We do this as well if
the <form> is not there, or if the <form> is not in a <table>, or if the
<span> is in the table immediately inside the <form>. However the exact
combination given above causes us to fail to promote the <span> correctly.
This broke out of Bugscape bug number 5040.
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Updated•24 years ago
|
r=heikki
*** Bug 65148 has been marked as a duplicate of this bug. ***
Comment 5•24 years ago
|
||
sr=vidur
Fix landed on 08/07/01. Marking FIXED.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Leaving bug open due to topembed.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Whiteboard: [fix in hand] → [fixed on the trunk]
Fixed landed on the branch ( 08/10/01 ). Marking fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Whiteboard: [fixed on the trunk] → [fixed on the trunk and branch]
You need to log in
before you can comment on or make changes to this bug.
Description
•