1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/svg/crashtests/384499-1.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +<svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml"> 1.5 + 1.6 +<html:style> 1.7 + #mathy { display: table} 1.8 +</html:style> 1.9 + 1.10 +<foreignObject width="500" height="500" y="50"> 1.11 + <div xmlns="http://www.w3.org/1999/xhtml"> 1.12 + <p>Foo</p> 1.13 + <div> 1.14 + <math xmlns="http://www.w3.org/1998/Math/MathML" id="mathy" display="block"> 1.15 + <mrow> 1.16 + <mi>x</mi> 1.17 + </mrow> 1.18 + </math> 1.19 + </div> 1.20 + </div> 1.21 +</foreignObject> 1.22 + 1.23 +</svg>