blob: 59f663fd93413c6ff93041752ed29a1e3259bbc1 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Inline-block as spanner (not allowed)</title>
</head>
<body>
<p>There should be nothing below.</p>
<div style="-webkit-columns:6; columns:6; -webkit-column-gap:0; column-gap:0; width:4em; overflow:hidden;">
<div style="display:inline-block; -webkit-column-span:all; column-span:all; margin-left:1em;">
FAIL
</div>
<br><br>
</div>
</body>
</html>