summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/424074-1-ref3.xhtml
blob: 7070727cb68c7b2bdb5c6dc1c92ed64538071dfb (plain)
1
2
3
4
5
6
7
8
9
10
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="1000"
        pageincrement="400"/>
  </vbox>
</window>