Add a crashtest.
git-svn-id: svn://10.0.0.236/trunk@241316 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
23043ef04a
commit
bbaa9f6232
17
mozilla/content/base/crashtests/386794-1.html
Normal file
17
mozilla/content/base/crashtests/386794-1.html
Normal file
@ -0,0 +1,17 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
var weirdScript = document.createElementNS('http://example.com/foo', 'script');
|
||||
document.body.appendChild(weirdScript);
|
||||
document.body.innerHTML;
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body onload="boom()">
|
||||
</body>
|
||||
</html>
|
||||
@ -6,5 +6,6 @@ load 326865-1.html
|
||||
load 338391-1.xhtml
|
||||
load 343730-1.xhtml
|
||||
load 386000-1.html
|
||||
load 386794-1.html
|
||||
load 399712-1.html
|
||||
load 407818.html
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user