layout/svg/crashtests/314244-1.xul

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/svg/crashtests/314244-1.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +<?xml version="1.0"?>
     1.5 +<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
     1.6 +<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=314244 -->
     1.7 +<!-- Just checking for lack of crash, nothing more -->
     1.8 +
     1.9 +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
    1.10 +        title="GMail"
    1.11 +        width="300" height="300"
    1.12 +        screenX="10" screenY="10">
    1.13 +
    1.14 +  <hbox>
    1.15 +    <svg version="1.0"
    1.16 +         xmlns="http://www.w3.org/2000/svg"
    1.17 +         width="100px" height="100px"
    1.18 +         id="back-button"
    1.19 +         class="nav-button"
    1.20 +         style="display: -moz-box;">
    1.21 +      <rect x="10" y="10" width="80" height="80" fill="blue" />
    1.22 +    </svg>
    1.23 +    <spacer flex="1" />
    1.24 +  </hbox>
    1.25 +
    1.26 +  <spacer flex="1" />
    1.27 +
    1.28 +</window>
    1.29 +

mercurial