summaryrefslogtreecommitdiffstats
path: root/layout/reftests/scoped-style/scoped-style-dynamic-013-ref.svg
blob: 4f729794739ef0f4ec0bd9766cd6920ba763133e (plain)
1
2
3
4
5
6
7
<svg xmlns="http://www.w3.org/2000/svg">
  <rect width="50" height="50"/>
  <g>
    <rect x="60" width="50" height="50" fill="blue"/>
  </g>
  <rect x="120" width="50" height="50"/>
</svg>