Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 542605-hidden-unscrollable.xul
blobb41e1f728ad3935c647249b5090e977049ca09aa
1 <?xml version="1.0"?>
2 <somenode xmlns:html="http://www.w3.org/1999/xhtml"
3 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
4 <html:input value="lime"/>
5 <!--
6 a clipping problem in the cairo-win32 show-glyphs
7 implementation was causing the text on the button
8 to be clipped out. The clip was null and we weren't
9 reseting the clip causing us to use the clip of the
10 input element. Not using -moz-hidden-unscrollable
11 causes this problem to show up for reasons unknown.
12 -->
13 <!--
14 pointer-events: none so that our look doesn't depend on
15 mouse position
16 -->
17 <button label="Credits" accesskey="C" style="pointer-events: none"/>
18 </somenode>