blob: 07005953869d87ac97da983d6b73ddaefc4670ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!--
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>
|