Closed Bug 373379 Opened 17 years ago Closed 15 years ago

Removing "display: table-cell" from span leaves gap

Categories

(Core :: Layout: Tables, defect)

x86
macOS
defect
Not set
minor

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.
Attached file testcase
Attached file reference
Looks like bug 162063    	
Depends on: 162063
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"
              >
            >
          >

Blocks: refdyn
This worksforme on m-c.  I'll check in the testcase as part of bug 162063
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
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.

Attachment

General

Creator:
Created:
Updated:
Size: