Add a crashtest (plus another crashtest I apparently forgot to check in before).

git-svn-id: svn://10.0.0.236/trunk@242491 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jruderman%hmc.edu
2008-01-06 06:10:06 +00:00
parent e0acf9d3c0
commit fd53b37b12
3 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<html>
<head>
</head>
<body onload='var yar=document.getElementById("yar"); yar.parentNode.removeChild(yar); document.getElementById("foo").removeAttribute("multiple");'>
<div id="yar">Clicking the button below should not trigger an assertion</div>
<select id="foo" multiple><option>A</option></select>
</body>
</html>

View File

@@ -0,0 +1,11 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<body onload="document.getElementById('t').style.display = 'block';">
<table border="1" id="t">
<tr>
<td><select><option>foopy</option></select></td>
</tr>
</table>
</body>
</html>

View File

@@ -5,10 +5,12 @@ load 323499-1.html
load 363696-1.xul
load 363696-2.html
load 363696-3.html
load 366205-1.html
load 366537-1.xhtml
load 367587-1.html
load 370940-1.html
load 373586-1.xhtml
load 380116-1.xhtml
load 382610-1.html
load 383887-1.html
load 386554-1.html