Bug 504000 - add crashtest

This commit is contained in:
Jesse Ruderman 2010-10-18 14:06:32 -07:00
parent 2bdb9e981a
commit 88529f763d
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,21 @@
<!DOCTYPE HTML>
<html>
<head>
<script>
function f() {
for (var j in { a:1, b:2, c:3, d:4, e:5 }) {
}
}
function boom()
{
f();
Function.prototype.__defineGetter__("xxx", function(){});
}
</script></head>
<body onload="boom();"></body>
</html>

View File

@ -19,6 +19,7 @@ load 471366-1.html
load 475185-1.html
load 475291-1.html
load 503286-1.html
load 504000-1.html
load 512815-1.html
load 545291-1.html
load 558979.html