xbl-grad-ref--grad-in-bound-02.svg 624 B

1234567891011121314151617181920
  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"
  6. style="-moz-binding: url(xbl-grad-ref--grad-in-bound-02.xbl#red);">
  7. <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=389670 -->
  8. <title>Test SVG in XBL can't reference gradient in the bound document</title>
  9. <!-- SVG in the binding should not be able to reference this gradient -->
  10. <linearGradient id="grad" gradientUnits="userSpaceOnUse">
  11. <stop stop-color="red"/>
  12. </linearGradient>
  13. <rect width="100%" height="100%" fill="red"/>
  14. </svg>