Bug 467693 - add crashtest

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

View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function boom()
{
({})[document.createElement('unsupported').tagName];
uneval(Components.interfaces.nsIWebNavigationInfo);
}
</script>
</head>
<body onload="boom();"></body>
</html>

View File

@ -14,6 +14,7 @@ load 418139-1.svg
load 420513-1.html
load 453935-1.html
load 462926.html
load 467693-1.html
load 468552-1.html
load 471366-1.html
load 475185-1.html