diff options
Diffstat (limited to 'layout/reftests/bugs/424074-1.xhtml')
-rw-r--r-- | layout/reftests/bugs/424074-1.xhtml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/bugs/424074-1.xhtml b/layout/reftests/bugs/424074-1.xhtml new file mode 100644 index 0000000000..88e3581e03 --- /dev/null +++ b/layout/reftests/bugs/424074-1.xhtml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?> +<window orient="horizontal" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> + <vbox style="width: 500px"> + <scrollbar orient="horizontal"/> + </vbox> +</window> |