diff options
Diffstat (limited to 'layout/generic/crashtests/472957.xhtml')
-rw-r--r-- | layout/generic/crashtests/472957.xhtml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/generic/crashtests/472957.xhtml b/layout/generic/crashtests/472957.xhtml new file mode 100644 index 0000000000..7b4fbd0369 --- /dev/null +++ b/layout/generic/crashtests/472957.xhtml @@ -0,0 +1,14 @@ +<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> +<head> + +<bindings xmlns="http://www.mozilla.org/xbl"> + <binding id="b"> + <content><xul:hbox><children/></xul:hbox></content> + </binding> +</bindings> + +</head> + +<body><xul:listboxbody height="168178912813" style="-moz-binding: url(#b);"><xul:iframe/></xul:listboxbody></body> + +</html> |