summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-pseudo/first-line-on-ancestor-block-ref.html
blob: 7193bf25eb88c5443457480f7ce27782acd9473a (plain)
1
2
3
4
5
<!DOCTYPE html>
<div>
  <span style="color: green">This text should be green.</span><br>
  <span style="color: blue">This text should be blue.</span>
</div>