diff options
Diffstat (limited to 'layout/reftests/bugs/473847-1-ref.xul')
-rw-r--r-- | layout/reftests/bugs/473847-1-ref.xul | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/bugs/473847-1-ref.xul b/layout/reftests/bugs/473847-1-ref.xul new file mode 100644 index 000000000..60b205527 --- /dev/null +++ b/layout/reftests/bugs/473847-1-ref.xul @@ -0,0 +1,8 @@ +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> + +<hbox height="40"> + <spacer flex="6000" style="background-color: red;"/> + <spacer style="background-color: blue;"/> +</hbox> + +</window> |