Bug 766422 - Add crashtests. r=me

This commit is contained in:
Jesse Ruderman 2017-11-08 08:47:09 -05:00
Родитель 8522e2c85b
Коммит 17aa62fedf
3 изменённых файлов: 25 добавлений и 0 удалений

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

@ -0,0 +1,6 @@
<!DOCTYPE html>
<html style="-moz-perspective: 1000px; -moz-transform: skewY(277deg); overflow: -moz-hidden-unscrollable;">
<body style="-moz-transform: skewY(127deg);">
<div style="height: 20px; background: lightgreen;"></div>
</body>
</html>

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

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<script>
function boom()
{
var ctx = document.getElementById("c").getContext('2d');
ctx.stroke();
}
</script>
</head>
<body onload="boom();">
<canvas id="c" width="800" style="overflow: -moz-hidden-unscrollable; transform: skewY(30rad);"></canvas>
</body>
</html>

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

@ -114,6 +114,8 @@ load 746849.html
load 746866.html
load 747132.html
load 747302.html
load 766422-1.html
load 766422-2.html
load 766452-1.html
load 766452-2.html
load 768079-1.html