summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-mediaqueries/mq_update-ref.svg
blob: 7f1bcd2848bcfb86c73abcc4cc0f1b84ff6ab7eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<svg xmlns="http://www.w3.org/2000/svg">
  <style>
    circle { fill: red }
    .c { fill: green }
    .e { fill: green }
  </style>
  <circle cx="5" cy="10" r="5" class="a">A</circle>
  <circle cx="15" cy="10" r="5" class="b">B</circle>
  <circle cx="25" cy="10" r="5" class="c">C</circle>
  <circle cx="35" cy="10" r="5" class="d">D</circle>
  <circle cx="45" cy="10" r="5" class="e">E</circle>
</svg>