mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-04 13:42:48 +00:00
Add a crashtest
This commit is contained in:
parent
e44e5da3a0
commit
42ecae2fa0
content/html/content/crashtests
22
content/html/content/crashtests/338649-1.xhtml
Normal file
22
content/html/content/crashtests/338649-1.xhtml
Normal file
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user