diff options
Diffstat (limited to 'layout/forms/crashtests/382212-1.xhtml')
-rw-r--r-- | layout/forms/crashtests/382212-1.xhtml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/forms/crashtests/382212-1.xhtml b/layout/forms/crashtests/382212-1.xhtml new file mode 100644 index 000000000..46c957989 --- /dev/null +++ b/layout/forms/crashtests/382212-1.xhtml @@ -0,0 +1,7 @@ +<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> + <body> + <div> + <xul:textbox><select><option>foo</option></select></xul:textbox> + </div> + </body> +</html> |