mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-08 16:03:21 +00:00
Crash tests for bug 409006.
This commit is contained in:
parent
beeec978ff
commit
51231ec6f2
17
gfx/thebes/crashtests/409006-1.html
Normal file
17
gfx/thebes/crashtests/409006-1.html
Normal file
@ -0,0 +1,17 @@
|
||||
<html><head>
|
||||
<script>
|
||||
function boom() {
|
||||
var s = '';
|
||||
var limit = 910;
|
||||
for (var i = 0; i < limit; i++)
|
||||
{
|
||||
s += 'xxxxxx';
|
||||
}
|
||||
for (var i = 0; i < limit; i++)
|
||||
{
|
||||
s += 'y\ny\ny\ny\n';
|
||||
}
|
||||
alert(s);
|
||||
}
|
||||
</script>
|
||||
</head><body onload="boom()"></body></html>
|
13
gfx/thebes/crashtests/409006-2.html
Normal file
13
gfx/thebes/crashtests/409006-2.html
Normal file
@ -0,0 +1,13 @@
|
||||
<html><head>
|
||||
<script>
|
||||
function boom() {
|
||||
var s = '';
|
||||
var limit = 865;
|
||||
for (var i = 0; i < limit; i++)
|
||||
{
|
||||
s += 'y\ny\ny\ny\n';
|
||||
}
|
||||
alert(s);
|
||||
}
|
||||
</script>
|
||||
</head><body onload="boom()"></body></html>
|
13
gfx/thebes/crashtests/409006-3.html
Normal file
13
gfx/thebes/crashtests/409006-3.html
Normal file
@ -0,0 +1,13 @@
|
||||
<html><head>
|
||||
<script>
|
||||
function boom() {
|
||||
var s = '';
|
||||
var limit = 910;
|
||||
for (var i = 0; i < limit; i++)
|
||||
{
|
||||
s += 'xxxxxx';
|
||||
}
|
||||
alert(s);
|
||||
}
|
||||
</script>
|
||||
</head><body onload="boom()"></body></html>
|
@ -30,6 +30,9 @@ load 404112-2.html
|
||||
load 405268-1.xhtml
|
||||
load 407761-1.html
|
||||
load 407842.html
|
||||
load 409006-1.html
|
||||
load 409006-2.html
|
||||
load 409006-3.html
|
||||
load 410728-1.xml
|
||||
load 416637-1.html
|
||||
load 419095-1.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user