summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/424074-1-ref2.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/424074-1-ref2.xhtml')
-rw-r--r--layout/reftests/bugs/424074-1-ref2.xhtml11
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/bugs/424074-1-ref2.xhtml b/layout/reftests/bugs/424074-1-ref2.xhtml
new file mode 100644
index 0000000000..ee970320f3
--- /dev/null
+++ b/layout/reftests/bugs/424074-1-ref2.xhtml
@@ -0,0 +1,11 @@
+<?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"
+ curpos="0"
+ maxpos="100"
+ pageincrement="40"/>
+ </vbox>
+</window>