Closed
Bug 373379
Opened 18 years ago
Closed 16 years ago
Removing "display: table-cell" from span leaves gap
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(2 files)
Removing "display: table-cell" from a <span> element leaves a gap, which is easy to see if there is a border.
Based on reftests/bugs/360065-1.html.
Reporter | ||
Comment 1•18 years ago
|
||
Reporter | ||
Comment 2•18 years ago
|
||
As Boris said:
frames don't get removed
testcase:
Block(body)
Text(0) "\n\n "
Inline(span)
Text(0) "\n "
Inline(span)
Text(0) "x"
Text(2) "\n "
TableOuter(span)
Table(span)(1)
TableRowGroup(span)(1)
TableRow(span)(1)
>
>
ColGroup-list<
TableColGroup(span)(1)
>
>
>
Text(2)
"\n \n "
>
Text(4)@
"\n \n"
>
>
reference:
Block(body)(1)
Text(0) "\n\n "
Inline(span)(1)
Text(0)"\n "
Inline(span)
Text(0) "x"
>
Text(2) "\n "
>
>
Text(2) "\n \n \n"
>
>
>
Comment 5•16 years ago
|
||
This worksforme on m-c. I'll check in the testcase as part of bug 162063
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
Comment 6•16 years ago
|
||
Checked in the testcase as part of http://hg.mozilla.org/mozilla-central/rev/d0d980778f01
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•