зеркало из https://github.com/mozilla/gecko-dev.git
Bug 746491 - Add crashtest. r=me
This commit is contained in:
Родитель
d44c341ebf
Коммит
c6bbb01a1e
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче