mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 390476 - Crash test.
This commit is contained in:
parent
288244ff4c
commit
5441f6f2dc
13
gfx/tests/crashtests/390476.html
Normal file
13
gfx/tests/crashtests/390476.html
Normal file
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user