Bug 509075 - add crashtest

This commit is contained in:
Jesse Ruderman 2010-11-06 13:30:32 -07:00
parent 2d20dad405
commit ed068386b7
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,28 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<script>
var txt = document.createTextNode("");
var b = document.createElement("b");
var w = b["watch"];
var txtdg = txt["__lookupGetter__"];
w["__defineGetter__"]("toString",txtdg);
var obj = {
variable: 910,
fun: function() {
w["toString"]();
}
};
function vuln()
{
window.status = "" + obj.variable;
try{
obj.fun();
}catch(er){}
return obj;
}
var ret = vuln();
</script>
</html>

View File

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