1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/svg/crashtests/337408-1.xul Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +<?xml version="1.0"?> 1.5 +<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=337408 --> 1.6 +<!-- Just checking for lack of crash, nothing more --> 1.7 +<window id="svg-in-xul-stack" 1.8 + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 1.9 + xmlns:svg="http://www.w3.org/2000/svg" 1.10 + style="background-color:white;" 1.11 + screenX="20" 1.12 + screenY="20" 1.13 + width="600" 1.14 + height="400"> 1.15 + 1.16 + <stack> 1.17 + <box flex="1"> 1.18 + <label value="foo"/> 1.19 + </box> 1.20 + <svg:svg> 1.21 + <svg:rect width="100%" height="100%" fill="red" fill-opacity="0.5"/> 1.22 + </svg:svg> 1.23 + </stack> 1.24 +</window>