Bug 746491 - Add crashtest. r=me

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

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

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<script>
function boom()
{
var ctx = document.querySelector("canvas").getContext('2d');
ctx.lineTo(0, 3);
ctx.moveTo(0, 1);
ctx.isPointInPath(0, 2);
}
</script>
</head>
<body onload="boom();"><canvas width="100" height="100"></canvas></body>
</html>

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

@ -105,6 +105,7 @@ load 693143-1.html
load 696936-1.html
load 699563-1.html
load 710149-1.html
load 746491.html
load 766452-1.html
load 766452-2.html
load 768079-1.html