summaryrefslogtreecommitdiffstats
path: root/layout/reftests/scoped-style/scoped-style-019.svg
blob: 161ebc7e79f3cf6302de995967ae3902fe98641a (plain)
1
2
3
4
5
6
7
8
9
10
<svg xmlns="http://www.w3.org/2000/svg">
  <rect width="50" height="50"/>
  <g>
    <style scoped="">
      rect { fill: blue }
    </style>
    <rect x="60" width="50" height="50"/>
  </g>
  <rect x="120" width="50" height="50"/>
</svg>