diff options
Diffstat (limited to 'layout/reftests/ib-split/insert-into-split-inline-force-ContentInserted.xml')
-rw-r--r-- | layout/reftests/ib-split/insert-into-split-inline-force-ContentInserted.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/ib-split/insert-into-split-inline-force-ContentInserted.xml b/layout/reftests/ib-split/insert-into-split-inline-force-ContentInserted.xml new file mode 100644 index 000000000..5a9d654de --- /dev/null +++ b/layout/reftests/ib-split/insert-into-split-inline-force-ContentInserted.xml @@ -0,0 +1,11 @@ +<bindings xmlns="http://www.mozilla.org/xbl"> + <binding id="test"> + <content> + <!-- Multiple insertion points to force appends to be handled via + ContentInserted --> + <children includes="foo"/> + <children includes="bar"/> + <children/> + </content> + </binding> +</bindings> |