Blame layout/xul/crashtests/189814-1.xul

Packit f0b94e
Packit f0b94e
Packit f0b94e
Packit f0b94e
  id="sliderprint" title="Print These Sliders"
Packit f0b94e
  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
Packit f0b94e
  style="background-color: white">
Packit f0b94e
Packit f0b94e
  <label>
Packit f0b94e
  With the Classic theme, printing causes the browser to crash. adding style="-moz-appearance: none" to the
Packit f0b94e
  thumb prevents the crash. The crash doesn't happen at all with Modern.
Packit f0b94e
  </label>
Packit f0b94e
  <spacer height="10"/>
Packit f0b94e
    <hbox>
Packit f0b94e
Packit f0b94e
        <slider style="height: 174px; width: 24px" orient="vertical">
Packit f0b94e
            <thumb/>
Packit f0b94e
        </slider>
Packit f0b94e
Packit f0b94e
    </hbox>
Packit f0b94e
Packit f0b94e
</window>