layout/reftests/bugs/472020-1-ref.xul

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/472020-1-ref.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,22 @@
     1.4 +<?xml version="1.0"?>
     1.5 +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
     1.6 +
     1.7 +<style xmlns="http://www.w3.org/1999/xhtml"><![CDATA[
     1.8 +  outer {
     1.9 +    -moz-binding: url(472020-xbl.xml#outer);
    1.10 +    border: 2px solid yellow;
    1.11 +  }
    1.12 +  inner {
    1.13 +    -moz-binding: url(472020-xbl.xml#inner);
    1.14 +  }
    1.15 +  box {
    1.16 +    width: 50px;
    1.17 +    border: 2px solid green;
    1.18 +  }
    1.19 +]]></style>
    1.20 +
    1.21 +  <outer>
    1.22 +    <box/>
    1.23 +    <box/>
    1.24 +  </outer>
    1.25 +</window>

mercurial