1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gfx/tests/crashtests/390476.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +<html><head> 1.5 +<title>Crash [@ _moz_cairo_win32_scaled_font_select_font] with negative font-size in canvas</title> 1.6 +<script> 1.7 + var ctx = document.createElement('canvas').getContext('2d'); 1.8 + ctx.translate(100, 100); 1.9 + ctx.mozTextStyle = "-14pt sans serif"; 1.10 + ctx.mozDrawText('text'); 1.11 +</script> 1.12 +</head> 1.13 +<body> 1.14 +<canvas id="canvas"></canvas> 1.15 +</body> 1.16 +</html> 1.17 \ No newline at end of file