foreignObject-01.svg 530 B

123456789101112131415161718
  1. <!--
  2. Any copyright is dedicated to the Public Domain.
  3. http://creativecommons.org/publicdomain/zero/1.0/
  4. -->
  5. <svg xmlns="http://www.w3.org/2000/svg" version="1.1">
  6. <title>Testcase for foreignObject</title>
  7. <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=367366 -->
  8. <rect width="100%" height="100%" fill="red"/>
  9. <foreignObject width="100%" height="100%">
  10. <div xmlns="http://www.w3.org/1999/xhtml"
  11. style="background:lime; display:block; width:100%; height:100%;"/>
  12. </foreignObject>
  13. </svg>