1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/xul/crashtests/189814-1.xul Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +<?xml version="1.0"?> 1.5 + 1.6 +<window 1.7 + id="sliderprint" title="Print These Sliders" 1.8 + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 1.9 + style="background-color: white"> 1.10 + 1.11 + <label> 1.12 + With the Classic theme, printing causes the browser to crash. adding style="-moz-appearance: none" to the 1.13 + thumb prevents the crash. The crash doesn't happen at all with Modern. 1.14 + </label> 1.15 + <spacer height="10"/> 1.16 + <hbox> 1.17 + 1.18 + <slider style="height: 174px; width: 24px" orient="vertical"> 1.19 + <thumb/> 1.20 + </slider> 1.21 + 1.22 + </hbox> 1.23 + 1.24 +</window>