diff options
Diffstat (limited to 'layout/reftests/native-theme/resizer-bottomstart.xul')
-rw-r--r-- | layout/reftests/native-theme/resizer-bottomstart.xul | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/native-theme/resizer-bottomstart.xul b/layout/reftests/native-theme/resizer-bottomstart.xul new file mode 100644 index 000000000..30fad8e7b --- /dev/null +++ b/layout/reftests/native-theme/resizer-bottomstart.xul @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<?xml-stylesheet href="chrome://global/skin" type="text/css"?> + +<window title="Resizer" + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> + <hbox> + <resizer dir="bottomstart"/> + <spacer flex="1"/> + </hbox> +</window> |