mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Bug 746495 - Add crashtest. r=me
This commit is contained in:
parent
c6bbb01a1e
commit
44192a9753
23
gfx/tests/crashtests/746495.html
Normal file
23
gfx/tests/crashtests/746495.html
Normal file
@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
var ctx = document.querySelector("canvas").getContext('2d');
|
||||
ctx.scale(69.25, 61);
|
||||
ctx.transform(87.875, 89.5, 317.6666666666667, 86.5, 93, 196);
|
||||
ctx.bezierCurveTo(30.142857142857142, 13926147670, 66.66666666666667, 243.66666666666666, 42.6, 85.5);
|
||||
ctx.arc(1.6, 364955956612165500, 110.375, 15.1, 80.55555555555556, 0);
|
||||
ctx.shadowColor = "green";
|
||||
ctx.shadowOffsetY = 754;
|
||||
ctx.lineJoin = 'round';
|
||||
ctx.setTransform(95.125, 11, 834, 34.5, 265.3333333333333, 26.4);
|
||||
ctx.stroke();
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body onload="boom();"><canvas width="100" height="100"></canvas></body>
|
||||
</html>
|
@ -106,6 +106,7 @@ load 696936-1.html
|
||||
load 699563-1.html
|
||||
load 710149-1.html
|
||||
load 746491.html
|
||||
load 746495.html
|
||||
load 766452-1.html
|
||||
load 766452-2.html
|
||||
load 768079-1.html
|
||||
|
Loading…
Reference in New Issue
Block a user