<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>3.5.1.3 CDR MUST define the process for real-estate negotiation between an XHTML document and a reference SVG document</title>
  <style type="text/css">
   div { background: url(/resources/images/patterns/plasma-and-fail-99-repeat-x) no-repeat; width: 500px; height: 500px; padding: 99px 0 0 0; }
  </style>
 </head>
 <body>
  <p>There should be a band of plasma green below, with a orange dot centered under it, and no red.</p>
  <!-- red area is 256px by 155px; intrinsic dimensions of 001.svg are 256px x 100% and intrinsic ratio is 1:1. -->
  <!-- CSS2.1 says that 'width' will be 256px. That makes the intrinsic dimensions of 100.svg 256px x 256px,
       which makes the intrinsic height 256px, so CSS makes 'height' 256px. -->
  <div><object data="002.svg">FAIL</object></div>
 </body>
</html>
