chromium/third_party/blink/web_tests/svg/hixie/error/013.xml

<?xml-stylesheet href="001a.css"?>
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>Error handling in a mixed-content document</title>
  <style type="text/css">
   p { color: green; }
  </style>
 </head>
 <body>
  <svg xmlns="http://www.w3.org/2000/svg" width="-100" height="20">
   <text x="10" y="30" font-size="10" fill="red">FAIL (This should not render.)</text>
  </svg>
  <p>This line should be green, the word "FAIL" should not appear on
  this page, but a highly perceivable indication of error should be
  present somewhere.</p>
 </body>
</html>