Backed out changeset 57d71ba078d7 (bug 1932390) for causing wpt failures @ failures_A...
[gecko.git] / layout / reftests / first-line / first-line-in-columnset-1-ref.html
blob903fdc9c4c55e9074cb93b27303489902d488691
1 <!DOCTYPE html>
2 <style>
3 div { color: red; border: 10px solid green; column-count: 2 }
4 div::first-line { color: green; border: 10px solid red; }
5 </style>
6 <div>
7 <span style="border: 10px solid green">Some text</span>
8 </div>