6 <th id=
"header" height=
"50">Bug
72004: Crash in styleDidChange when changing a table cell's height.
<br></th>
7 <th>If this test does not crash, it has PASSED.
</th>
11 if (window
.testRunner
)
12 testRunner
.dumpAsText();
14 var table
= document
.getElementById("table");
15 var row
= document
.createElement("tr");
16 table
.appendChild(row
);
19 // This sets the recalcCells bit on the section.
20 row
.parentNode
.removeChild(row
);
22 // Change on cell's height.
23 document
.getElementById("header").setAttribute("height", 1);