summaryrefslogtreecommitdiffstats
path: root/layout/xul/test/windowminmaxsize7.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'layout/xul/test/windowminmaxsize7.xhtml')
-rw-r--r--layout/xul/test/windowminmaxsize7.xhtml4
1 files changed, 4 insertions, 0 deletions
diff --git a/layout/xul/test/windowminmaxsize7.xhtml b/layout/xul/test/windowminmaxsize7.xhtml
new file mode 100644
index 0000000000..f14e2ca4f8
--- /dev/null
+++ b/layout/xul/test/windowminmaxsize7.xhtml
@@ -0,0 +1,4 @@
+<?xml-stylesheet href='chrome://global/skin' type='text/css'?>
+<window xmlns='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul' align='start' pack='start' style='-moz-appearance: none; margin: 0; padding: 0; border: 0; min-width: 210px'>
+<resizer dir='bottomright' flex='1' style='min-width: 150px; min-height: 150px; appearance: none; margin: 0; border: 0; padding: 0;'/>
+</window>