summaryrefslogtreecommitdiffstats
path: root/layout/reftests/scoped-style/scoped-style-pseudo-002-ref.html
blob: c6cd0178f2be091894e29605a1e3a8e278176510 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<body>
  <p>First</p>
  <p style="color: green">
    <div style="border: 2px solid black">Second</div>
  </p>
  <p>Third</p>
</body>