layout/reftests/bugs/348049-1.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/348049-1.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +<html xmlns="http://www.w3.org/1999/xhtml"
     1.5 +      xmlns:html="http://www.w3.org/1999/xhtml"
     1.6 +      class="reftest-wait">
     1.7 +  <head>
     1.8 +    <bindings xmlns="http://www.mozilla.org/xbl">
     1.9 +      <binding id="td">
    1.10 +        <content>
    1.11 +          <html:td><children/></html:td>
    1.12 +        </content>
    1.13 +      </binding>
    1.14 +    </bindings>
    1.15 +    <script>
    1.16 +      function f1() {
    1.17 +        document.getElementById("outer")
    1.18 +                .appendChild(document.createTextNode("PASS"));
    1.19 +        document.documentElement.className = "";
    1.20 +      }
    1.21 +    </script>
    1.22 +  </head>
    1.23 +  <body onload="f1();">
    1.24 +    <div id="outer" style="-moz-binding: url(#td)"/>
    1.25 +  </body>
    1.26 +
    1.27 +</html>

mercurial