gecko-dev/layout/reftests/first-line/first-line-in-columnset-1.html

9 строки
219 B
HTML

<!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: inherit">Some text</span>
</div>