gecko-dev/layout/reftests/first-line/ib-split-1.html

11 строки
179 B
HTML

<!DOCTYPE html>
<style>
#target { color: green; }
#target::first-line { color: red; }
</style>
<div id="target">
<span>
<div>This should be green</div>
</span>
</div>