layout/reftests/bugs/560455-1.xul

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/560455-1.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +<?xml version="1.0"?>
     1.5 +
     1.6 +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
     1.7 +
     1.8 +<hbox style="display: none">
     1.9 +<bindings xmlns="http://www.mozilla.org/xbl"
    1.10 +          xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
    1.11 +
    1.12 +  <binding id="test" extends="xul:button">
    1.13 +  </binding>
    1.14 +
    1.15 +</bindings>
    1.16 +</hbox>
    1.17 +
    1.18 +<hbox style="display: block">
    1.19 +  <div style="-moz-binding: url(#test); width: 0; display: block;
    1.20 +              overflow: hidden; padding: 10px; border: 1px solid black; "
    1.21 +       xmlns="http://www.w3.org/1999/xhtml">Correct</div>
    1.22 +</hbox>
    1.23 +</window>

mercurial