summaryrefslogtreecommitdiffstats
path: root/layout/reftests/scoped-style/scoped-style-014-ref.html
blob: 54cab8795a133b58d2538b139c51776cecd43f0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<body>
  <div>
    <p>First</p>
  </div>
  <blockquote>
    <div>
      <div>
        <div>
          <p style="color: green">Second</p>
        </div>
      </div>
    </div>
  </blockquote>
</body>