5 border-collapse: collapse;
16 display: table-footer-group;
20 if (window
.testRunner
) {
21 testRunner
.dumpAsText();
22 testRunner
.waitUntilDone();
26 el0
= document
.createElement('div');
27 el0
.setAttribute('id', 'el0');
28 document
.body
.appendChild(el0
);
29 el1
= document
.createElement('div');
30 el1
.setAttribute('id', 'el1');
32 el2
= document
.createElement('div');
33 el2
.setAttribute('id', 'el2');
35 setTimeout(function() {
36 document
.body
.offsetTop
;
37 document
.body
.style
.zoom
*=1.1;
38 document
.designMode
='on';
39 document
.execCommand("selectall");
40 document
.execCommand("italic");
42 document
.body
.innerHTML
= "Bug 74026: Crash in LayoutTable::outerBorderAfter<br>This test has PASSED!";
44 if (window
.testRunner
)
45 testRunner
.notifyDone();