| -webkit-animation-name: a; |
| -webkit-animation-duration: 0.01s; |
| testRunner.waitUntilDone(); |
| document.body.innerHTML = "WebKit Bug 87445 - RenderTableSection::paintCell.<br/>Test passes if it does not crash."; |
| test0 = document.createElement('div'); |
| test0.setAttribute('id', 'test0'); |
| document.body.appendChild(test0); |
| test1 = document.createElement('div'); |
| test1.setAttribute('id', 'test1'); |
| test0.appendChild(test1); |
| test2 = document.createElement('div'); |
| test2.setAttribute('id', 'test2'); |
| test1.appendChild(test2); |
| test3 = document.createElement('div'); |
| test3.setAttribute('id', 'test3'); |
| test2.appendChild(test3); |
| test2.style.display = 'table-footer-group'; |
| setTimeout("finish()", 10); |