1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/542605-hidden-unscrollable.xul Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +<?xml version="1.0"?> 1.5 +<somenode xmlns:html="http://www.w3.org/1999/xhtml" 1.6 + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 1.7 + <html:input value="lime"/> 1.8 + <!-- 1.9 + a clipping problem in the cairo-win32 show-glyphs 1.10 + implementation was causing the text on the button 1.11 + to be clipped out. The clip was null and we weren't 1.12 + reseting the clip causing us to use the clip of the 1.13 + input element. Not using -moz-hidden-unscrollable 1.14 + causes this problem to show up for reasons unknown. 1.15 + --> 1.16 + <!-- 1.17 + pointer-events: none so that our look doesn't depend on 1.18 + mouse position 1.19 + --> 1.20 + <button label="Credits" accesskey="C" style="pointer-events: none"/> 1.21 +</somenode>