mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
567 B
XML
15 lines
567 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.
|
|
-->
|
|
<button label="Credits" accesskey="C"/>
|
|
</somenode>
|