<html><head><title>Crash TR.cells = null</title><scriptlanguage="javascript">functioncrashme(){varelm=document.createElement('tr');elm.cells=null;}</script></head><bodyonload="crashme()"><p>
This test case creates a TR element then tries to assign to the cells property
</p><p>
Crash
</p></body></html>