https://github.com/mozilla/gecko-dev
Raw File
Tip revision: bca9fcd507863301feed2b2f9217ba3903c099ae authored by ffxbld on 24 April 2014, 20:48:00 UTC
Added FENNEC_29_0_RELEASE FENNEC_29_0_BUILD1 tag(s) for changeset 813fc26938df. DONTBUILD CLOSED TREE a=release
Tip revision: bca9fcd
selector-01.svg
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">

  <title>Testcase for invalid text</title>

  <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=477996 -->

  <defs>
    <style type="text/css">
       [transform="scale(2)"] { fill: lime }
    </style>
  </defs>
  <g fill="red">
      <rect transform="scale(2)" width="100%" height="100%" />
  </g>
</svg>
back to top