Bug 575870 - Enable the firefox button on xp themed, classic, and aero basic. r=dao...
[mozilla-central.git] / layout / reftests / bugs / 542605-hidden-unscrollable.xul
blobe6698fdf14af6dfdc216e2c6b3026f831e54fa7c
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 <button label="Credits" accesskey="C"/>
14 </somenode>