mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
Add crashtest
This commit is contained in:
parent
c53af5a3e4
commit
e922102a90
20
content/xul/content/crashtests/354611-1.html
Normal file
20
content/xul/content/crashtests/354611-1.html
Normal file
@ -0,0 +1,20 @@
|
||||
<html>
|
||||
<head>
|
||||
<script>
|
||||
|
||||
var XUL_NS = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
|
||||
|
||||
function boom()
|
||||
{
|
||||
var z = document.createElementNS(XUL_NS, "window");
|
||||
document.body.appendChild(z);
|
||||
z.setAttribute("hidechrome", "true");
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<body onload="boom();">
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
@ -3,5 +3,6 @@ load 326875-1.xul
|
||||
load 326881-1.xul
|
||||
load 329982-1.xhtml
|
||||
load 336096-1.xhtml
|
||||
load 354611-1.html
|
||||
load 360078-1.xhtml
|
||||
load 363791-1.xul
|
||||
|
Loading…
Reference in New Issue
Block a user