tenfourfox/layout/reftests/bugs/542605-hidden-unscrollable.xul
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

19 lines
708 B
XML

<?xml version="1.0"?>
<somenode xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<html:input value="lime"/>
<!--
a clipping problem in the cairo-win32 show-glyphs
implementation was causing the text on the button
to be clipped out. The clip was null and we weren't
reseting the clip causing us to use the clip of the
input element. Not using -moz-hidden-unscrollable
causes this problem to show up for reasons unknown.
-->
<!--
pointer-events: none so that our look doesn't depend on
mouse position
-->
<button label="Credits" accesskey="C" style="pointer-events: none"/>
</somenode>