2 <table style=
"border-collapse: collapse">
5 <a href=
"https://bugs.webkit.org/show_bug.cgi?id=95487">95487</a>: Crash in LayoutTable::calcBorderEnd
<br/>
6 This test has PASSED if it didn't crash.
11 if (window
.testRunner
)
12 testRunner
.dumpAsText();
14 var selection
= window
.getSelection();
15 selection
.setBaseAndExtent(c0
, 0, c1
, 0);
16 c1
.style
.display
= 'none';