This commit is contained in:
Martijn Wargers 2013-02-23 11:38:13 +01:00
Родитель 6c90ae3fc6
Коммит dd52bff80c
2 изменённых файлов: 14 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,13 @@
<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>

Просмотреть файл

@ -31,6 +31,7 @@ load 385423-1.html
load 385423-2.html
load 385719-1.html
load 389326-1.html
skip load 390476.html # bug 585185
load 393746-1.xhtml
load 393749-1.html
load 393822-1.html