blob: e9ec300ae1cf54cf24f74d6735674e4ace8b593d [file] [edit]
<style>
.columns {
height: 60px;
width: 300px;
column-count: 1;
widows: 2;
font-family: Ahem;
font-size: 15px;
}
.child::first-line {
color: red;
}
</style>
<div class=columns>
<div class=child>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod temporary.
PASS if this line is NOT red when it appears in the second column.
</div>
</div>