blob: 5f3fb35af1a4a0b5b2a42cc55c23b02715e72eef [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Remove all content from row before spanner</title>
<style>
.spanner { -webkit-column-span:all; column-span:all; }
</style>
</head>
<body>
<p>You should see two lines with the word "PASS" on a lime background below.</p>
<div style="float:left;">
<div style="-webkit-columns:4; columns:4; column-gap:0; -webkit-column-gap:0; orphans:1; widows:1; background:lime;">
<div class="spanner">PASS</div><div class="spanner">PASS</div>
</div>
</div>
</body>
</html>