diff options
Diffstat (limited to 'layout/xul/reftest/textbox-multiline-ref.xul')
-rw-r--r-- | layout/xul/reftest/textbox-multiline-ref.xul | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/xul/reftest/textbox-multiline-ref.xul b/layout/xul/reftest/textbox-multiline-ref.xul new file mode 100644 index 000000000..23d279a75 --- /dev/null +++ b/layout/xul/reftest/textbox-multiline-ref.xul @@ -0,0 +1,5 @@ +<?xml version="1.0"?> +<?xml-stylesheet href="chrome://global/skin/" type="text/css"?> +<window align="start" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> +<vbox style="-moz-appearance: textfield;" width="100" height="100"/> +</window> |