6 border-collapse: collapse;
12 border-style: solid solid solid none;
13 display: table-row-group;
16 <body style=
"-webkit-writing-mode: vertical-rl;">
19 <span id=
"span1"></span>
20 <span class=
"tableCell"></span>
23 <div class=
"tableRowGroup">B
</div>
25 if (window
.testRunner
)
26 testRunner
.dumpAsText();
28 document
.body
.offsetTop
;
29 span1
.style
.display
= "table-footer-group";
31 document
.body
.offsetTop
;
32 document
.body
.innerHTML
= "Bug <a href='https://bugs.webkit.org/show_bug.cgi?id=91160'>91160</a>: Crash in WebCore::LayoutTable::cellBefore<br>PASS. WebKit didn't crash";