summaryrefslogtreecommitdiffstats
path: root/layout/reftests/scoped-style/scoped-style-004-ref.html
blob: 9b30be20fbc51c09f5ed17e0766a536a5591a7df (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<body>
  <p style="color: blue">First</p>
  <p style="color: green">Second</p>
  <p style="color: blue">Third</p>
</body>