5 .fixedHeight { height:
100px; }
11 <th>Bug
72004: Crash in styleDidChange when changing a table cell's height.
<br></th>
12 <th>If this test does not crash, it has PASSED.
</th>
16 if (window
.testRunner
)
17 testRunner
.dumpAsText();
19 var table
= document
.getElementById("table");
20 var row
= document
.createElement("tr");
21 table
.appendChild(row
);
25 // This sets the recalcCells bit on the section.
26 row
.parentNode
.removeChild(row
);
28 // Change the remaining row's height.
29 document
.getElementById("row").setAttribute("class", "fixedHeight");