Comment 5 for bug 67232

Revision history for this message
Jeff Greene (jeffgreene) wrote :

I have narrowed down the crash in firefox to this short segment of code:
              <applet code="Clock.class" width=185 height=13>

                <param name="FontFamily" value="">

              </applet>
I tested it with another class, but it only crashed with Clock.class. If I remove this line:
<param name="FontFamily" value="">
it will not crash Firefox.