gecko-dev/gfx/tests/crashtests/390476.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
362 B
HTML
Raw Normal View History

2013-02-23 10:38:13 +00:00
<html><head>
<title>Crash [@ _moz_cairo_win32_scaled_font_select_font] with negative font-size in canvas</title>
<script>
var ctx = document.createElement('canvas').getContext('2d');
ctx.translate(100, 100);
ctx.mozTextStyle = "-14pt sans serif";
ctx.mozDrawText('text');
</script>
</head>
<body>
<canvas id="canvas"></canvas>
</body>
</html>