Sign in
webkit
/
WebKit
/
6233078b9d2b2a64faed4bcb47fbe1573e6c8780
/
.
/
LayoutTests
/
fast
/
table
/
table-columns-blocks-calc-crash.html
blob: 304c0dd6b6e413ebc457f296088844dd3f29ec41 [
file
] [
log
] [
blame
]
<html>
<head>
<style>
div
{
-webkit-column-span
:
all
;
display
:
table-cell
;
}
</style>
</head>
<body>
<div>
<div></div>
</div>
PASS
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
</body>
</html>