зеркало из https://github.com/mozilla/gecko-dev.git
Bug 390476 - Crash test.
This commit is contained in:
Родитель
6c90ae3fc6
Коммит
dd52bff80c
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче