chromium/third_party/blink/web_tests/fast/parser/resources/xml-parse-error.xml

<svg xmlns="http://www.w3.org/2000/svg">
  <script>parent.moveIframe(document);</script>
  <!-- the duplicate "a" attribute cause a parsing error -->
  <element a="1" a="2"/>
</svg>