Add a crashtest

This commit is contained in:
jruderman@hmc.edu 2007-12-16 17:01:29 -08:00
parent e44e5da3a0
commit 42ecae2fa0
2 changed files with 23 additions and 0 deletions
content/html/content/crashtests

@ -0,0 +1,22 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>ASSERTION: Options collection broken</title>
</head>
<body>
<div>
<select>
<option id="n29">B
<optgroup label="middle" id="n20">
<option>N</option>
</optgroup>
</option>
<option>M</option>
</select>
</div>
</body>
</html>

@ -1,2 +1,3 @@
load 307616-1.html
load 324918-1.xhtml
load 338649-1.xhtml