mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
Bug 504000 - add crashtest
This commit is contained in:
parent
2bdb9e981a
commit
88529f763d
21
js/src/xpconnect/crashtests/504000-1.html
Normal file
21
js/src/xpconnect/crashtests/504000-1.html
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user