Bug 746497 - Add crashtest. r=me

This commit is contained in:
Jesse Ruderman 2017-10-25 21:03:14 -04:00
Родитель 44192a9753
Коммит 8d838329c9
2 изменённых файлов: 21 добавлений и 0 удалений

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

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<script>
function boom()
{
var ctx = document.querySelector("canvas").getContext('2d');
ctx.arc(112.75, 22.8, 10.142857142857142, 20.5, 196, 1);
ctx.translate(48.22222222222222, 18.25);
ctx.lineTo(7, 50);
ctx.scale(445, 24.22222222222222);
ctx.stroke();
ctx.stroke();
}
</script>
</head>
<body onload="boom();"><canvas width="100" height="100"></canvas></body>
</html>

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

@ -107,6 +107,7 @@ load 699563-1.html
load 710149-1.html
load 746491.html
load 746495.html
load 746497.html
load 766452-1.html
load 766452-2.html
load 768079-1.html