Add crashtest
git-svn-id: svn://10.0.0.236/trunk@242403 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d7914fcb38
commit
00c0b1d84e
2
mozilla/layout/xul/base/src/crashtests/329327-1.xul
Normal file
2
mozilla/layout/xul/base/src/crashtests/329327-1.xul
Normal file
@ -0,0 +1,2 @@
|
||||
<?xml version="1.0"?>
|
||||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"><menulist equalsize="always"><y/> <z width="-444981589286"/> </menulist></window>
|
||||
31
mozilla/layout/xul/base/src/crashtests/329477-1.xhtml
Normal file
31
mozilla/layout/xul/base/src/crashtests/329477-1.xhtml
Normal file
@ -0,0 +1,31 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
||||
<script>
|
||||
|
||||
<![CDATA[
|
||||
|
||||
|
||||
function init()
|
||||
{
|
||||
var textbox = document.getElementsByTagName("textbox")[0];
|
||||
var hbox = document.getAnonymousNodes(textbox)[0];
|
||||
var menupopup = document.getAnonymousNodes(hbox)[1];
|
||||
|
||||
menupopup.click();
|
||||
}
|
||||
|
||||
window.addEventListener("load", init, false);
|
||||
|
||||
]]>
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<textbox xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"/>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@ -3,6 +3,7 @@ load 322786-1.xul
|
||||
load 326879-1.xul
|
||||
load 327776-1.html
|
||||
load 328135-1.xul
|
||||
load 329327-1.xul
|
||||
load 329407-1.xml
|
||||
load 344228-1.xul
|
||||
load 346083-1.html
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user