1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/svg/crashtests/367368-1.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,12 @@ 1.4 +<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=367368 --> 1.5 +<!-- Just checking for crash, nothing more --> 1.6 + 1.7 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.8 + <body> 1.9 + 1.10 + <svg xmlns="http://www.w3.org/2000/svg"> 1.11 + <circle cx="6.5cm" cy="2cm" r="100" style="fill:red; stroke:black;" transform="translate(0,50)" /> 1.12 + </svg> 1.13 + 1.14 + </body> 1.15 +</html>