summaryrefslogtreecommitdiffstats
path: root/browser/components/preferences/tests/browser_bug1184989_prevent_scrolling_when_preferences_flipped.xhtml
blob: 8b3e39a39c0b31f69baac903f5875111ce1623e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<!--
  XUL Widget Test for Bug 1184989
  -->
<window title="Bug 1184989 Test"
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<vbox id="container" style="height: 200px; overflow: auto;">
  <vbox style="height: 500px;">
    <hbox>
      <button id="button" label="button" />
    </hbox>

    <hbox>
      <checkbox id="checkbox" label="checkbox" />
    </hbox>

    <hbox>
      <radiogroup id="radiogroup">
        <radio id="radio" label="radio" />
      </radiogroup>
    </hbox>
  </vbox>
</vbox>

</window>