4 WebKit Bug
84606 - ASSERT(beforeChildAnonymousContainer-
>isTable()); fails in LayoutBlockFlow::addChildIgnoringAnonymousColumnBlocks.
<br />
5 The test passes if it doesn't CRASH nor ASSERT.
7 .container { -webkit-column-count:
1; }
8 .columnSpan { -webkit-column-span: all; }
10 <li class=
"container">
11 <blockquote id=
"test">
12 <table class=
"columnSpan"></table>
17 if (window
.testRunner
)
18 testRunner
.dumpAsText();
20 document
.body
.offsetTop
;
21 var test
= document
.getElementById("test");
22 test
.outerHTML
= "PASS";