| .lastTableHeaderGroup:last-of-type { display: table-header-group; }</style> |
| testRunner.waitUntilDone(); |
| rubyTag.appendChild(lastTableHead); |
| var tableHead = document.createElement('th'); |
| tableHead.setAttribute('colspan', '5'); |
| tableHead.setAttribute('class', 'lastTableHeaderGroup'); |
| document.documentElement.appendChild(tableHead); |
| tableHead.appendChild(document.createElement('p')); |
| lastTableHead = document.createElement('th'); |
| document.documentElement.appendChild(lastTableHead); |
| rubyTag = document.createElement('rt'); |
| window.addEventListener("load", insertNodes, false); |
| <p> Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=70171">70171</a>: Crash in RenderTableSection::splitColumn</p> |
| <p> This test PASSES if it does not CRASH or ASSERT.</p> |