summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-line/first-line-in-columnset-1-ref.html
blob: 903fdc9c4c55e9074cb93b27303489902d488691 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<style>
  div { color: red; border: 10px solid green; column-count: 2 }
  div::first-line { color: green; border: 10px solid red; }
</style>
<div>
  <span style="border: 10px solid green">Some text</span>
</div>