1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gfx/tests/crashtests/358732-1.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.5 +<head> 1.6 +<title> 1.7 +Testcase bug 358732 - Crash in _moz_cairo_win32_scaled_font_select_font, part 2 1.8 +</title> 1.9 +<style> 1.10 + svg, #div{border: 10px solid black;} 1.11 +</style> 1.12 + 1.13 +</head> 1.14 +<body> 1.15 +This should not crash Mozilla within 5 seconds 1.16 + <svg xmlns="http://www.w3.org/2000/svg" version="1.1" style="position:absolute;left:0px;top:50px;"><g id="g"> 1.17 +<foreignObject id="rotate" x="0" y="0" width="800" height="800"> 1.18 + <iframe xmlns="http://www.w3.org/1999/xhtml" style="width:800px; height: 800px;" src="358732-iframe.html"></iframe> 1.19 +</foreignObject> 1.20 +</g></svg> 1.21 + 1.22 + 1.23 + 1.24 +</body> 1.25 +</html>