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:
11
mozilla/layout/forms/crashtests/366205-1.html
Normal file
11
mozilla/layout/forms/crashtests/366205-1.html
Normal 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>
|
||||
11
mozilla/layout/forms/crashtests/380116-1.xhtml
Normal file
11
mozilla/layout/forms/crashtests/380116-1.xhtml
Normal 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>
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user