summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/424074-1-ref.xul
blob: 5e08d2a8b12ab261279893693a7c1fd3907a44ea (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window orient="horizontal" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  <vbox width="500">
    <scrollbar
        orient="horizontal"
        curpos="0"
        maxpos="100"
        pageincrement="10"/>
  </vbox>
</window>