Closed
Bug 30405
Opened 26 years ago
Closed 26 years ago
Sample CSS code crashes Mozilla
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: chimera, Assigned: rickg)
Details
(Keywords: crash)
Running Mozilla 2000030214 under Linux. I don't really understand how CSS code
works, but I do know that the code below crashes Mozilla. I have already tried
to delete as much as I could, while keeping Mozilla crashing.
<HTML><HEAD><TITLE>X</TITLE><STYLE type="text/css" media="screen">
TABLE.timetable { border-collapse: collapse; }
TABLE.timetable TH.time { border-style: solid; }
TABLE.timetable TD { border-style: solid; }
</STYLE></HEAD>
<TABLE class="timetable">
<TR><TH CLASS="time">0</TH><TD ROWSPAN="2"><b>A</b>B</TD></TR>
<TR><TH CLASS="time">1</TH></TR>
</TABLE></BODY></HTML>
Comment 1•26 years ago
|
||
I can't reproduce it with a cvs build from 2000-03-11 on Windows 2000. Could be
a pp bug or something that has been fixed. chimera, could you try it with a
newer build?
Wow, cool. A bug is fixed before anyone else even notices it. Thanks.
Yep, I tried it again today and the bug isn't present under Builds 2000030913 nor 2000031303 (under Linux).
Closing bug. BTW what does "pp" mean.
Status: UNCONFIRMED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 4•26 years ago
|
||
works for me
verified fixed
2000-08-18-06-M18 : Linux
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•