21 -webkit-perspective:
1;
25 -webkit-animation-name: a;
26 -webkit-animation-duration:
0.01s;
30 if (window
.testRunner
) {
31 testRunner
.dumpAsText();
32 testRunner
.waitUntilDone();
36 document
.body
.innerHTML
= "WebKit Bug 87445 - LayoutTableSection::paintCell.<br/>Test passes if it does not crash.";
37 if (window
.testRunner
)
38 testRunner
.notifyDone();
42 test0
= document
.createElement('div');
43 test0
.setAttribute('id', 'test0');
44 document
.body
.appendChild(test0
);
45 test1
= document
.createElement('div');
46 test1
.setAttribute('id', 'test1');
47 test0
.appendChild(test1
);
48 test2
= document
.createElement('div');
49 test2
.setAttribute('id', 'test2');
50 test1
.appendChild(test2
);
51 test3
= document
.createElement('div');
52 test3
.setAttribute('id', 'test3');
53 test2
.appendChild(test3
);
54 test2
.style
.display
= 'table-footer-group';
55 document
.body
.offsetTop
;
56 setTimeout("finish()", 10);