<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>3.5.1.5 CDR MUST define system font support in SVG</title>
  <style type="text/css">
   div { font: 36px sans-serif; color: blue; }
  </style>
 </head>
 <body>
  <p>The following two words should look identical.</p>
  <div>TEST</div>
  <p><object data="001.svg">FAIL</object></p>
 </body>
</html>
