summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-line/ib-split-1.html
blob: 5c2b2dd84f1528ee04a4a6e036f7dc94aecb0bd0 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<style>
  #target { color: green; }
  #target::first-line { color: red; }
</style>
<div id="target">
  <span>
    <div>This should be green</div>
  </span>
</div>