Test for chromium bug : 396653. Tables with specific merge cell configuration render improperly when removing table column.
Second row is rowspan-only-cell and some empty cells present in the row because td node is deleted from the dom tree using script. So Please check that second row height should not be zero in this case.
PASS
PASS
PASS