mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
13 lines
419 B
Text
13 lines
419 B
Text
<!--
|
|
Any copyright is dedicated to the Public Domain.
|
|
http://creativecommons.org/publicdomain/zero/1.0/
|
|
-->
|
|
<bindings xmlns="http://www.mozilla.org/xbl">
|
|
<binding id="lime">
|
|
<content>
|
|
<div xmlns="http://www.w3.org/1999/xhtml"
|
|
style="mask: url(mask-html-xbl-bound-01.html#m1);
|
|
width:500px; height:500px; background:lime;"></div>
|
|
</content>
|
|
</binding>
|
|
</bindings>
|