Blame test/SVG/switch.xml

Packit Service a31ea6

Packit Service a31ea6
<smil>
Packit Service a31ea6
  <body>
Packit Service a31ea6
    
Packit Service a31ea6
         first child element which tests true and skip
Packit Service a31ea6
         past all others. -->
Packit Service a31ea6
    <switch>
Packit Service a31ea6

Packit Service a31ea6
      
Packit Service a31ea6
           the user agent supports SVG. If true, then
Packit Service a31ea6
           render the file drawing.svg. -->
Packit Service a31ea6
      
Packit Service a31ea6
           type="image/svg" src="drawing.svg" />
Packit Service a31ea6

Packit Service a31ea6
      
Packit Service a31ea6
      
Packit Service a31ea6
    </switch>
Packit Service a31ea6
  </body>
Packit Service a31ea6
</smil>
Packit Service a31ea6

Packit Service a31ea6