зеркало из https://github.com/mozilla/gecko-dev.git
Bug 746849 - Add crashtest. r=me
This commit is contained in:
Родитель
41d58ad1d4
Коммит
052e25b132
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
var ctx = document.querySelector("canvas").getContext('2d');
|
||||
ctx.rect(1, 2, 3, 4);
|
||||
ctx.fill();
|
||||
for (var i = 0; i < 48; ++i) {
|
||||
ctx.scale(100, 100);
|
||||
}
|
||||
ctx.isPointInPath(5, 6);
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body onload="boom();"><canvas width="100" height="100"></canvas></body>
|
||||
</html>
|
|
@ -110,6 +110,7 @@ load 746495.html
|
|||
load 746497.html
|
||||
load 746844.html
|
||||
load 746847.html
|
||||
load 746849.html
|
||||
load 766452-1.html
|
||||
load 766452-2.html
|
||||
load 768079-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче