Closed
Bug 338703
Opened 20 years ago
Closed 18 years ago
"Wrong parent style context" involving td { overflow: scroll; }
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(1 file)
|
341 bytes,
text/html
|
Details |
The testcase triggers
frame: TableCell(td)(0) (0x246caf8) style: 0x246ca08 {}
Wrong parent style context: style: 0x246c894 {}
should be using: style: 0x23d9444 {}
about half of the time. To make it easier to see the bug, the testcase reloads itself after 100ms.
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
I'm pretty sure we have existing bugs on the weirdness we get with style contexts where <td> is involved.
Comment 4•18 years ago
|
||
Fixed by checkin for bug 338703.
Status: NEW → RESOLVED
Closed: 18 years ago
Flags: in-testsuite?
Resolution: --- → FIXED
Comment 5•18 years ago
|
||
I meant bug 374297.
| Reporter | ||
Comment 6•18 years ago
|
||
Crashtest checked in. "Wrong parent style context" is now an assertion, so once assertions turn Tinderbox orange, this will be properly regression-tested.
Flags: in-testsuite? → in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•