Bug 1242822 - Add crashtest. r=me

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

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

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script>
function boom() {
var canvas = document.createElement('canvas');
var ctx = canvas.getContext('2d');
ctx.shadowBlur = 1024;
ctx.shadowColor = "red"
ctx.transform(16384,-0.6842606067657471,32768,-1.0760749578475952,2048,-1.9289406538009644);
ctx.strokeText("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",0.691153419364978,0.7370920539221475);
}
</script>
</head>
<body onload="boom();"></body>
</html>

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

@ -148,6 +148,7 @@ load 1225125-1.html
load 1228127.html
load 1229972.html
load 1242811.html
load 1242822.html
load 1278305.html
load 1308394.html
load 1317403-1.html # bug 1331533