https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 2e1a682682fb7aca10ded295934d632e59529e33 authored by ffxbld on 24 June 2015, 22:29:44 UTC
Added FENNEC_39_0_RELEASE FENNEC_39_0_BUILD1 tag(s) for changeset 3685554baec0. DONTBUILD CLOSED TREE a=release
Tip revision: 2e1a682
348049-1.xhtml
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml" class="reftest-wait">
<head>

<bindings xmlns="http://www.mozilla.org/xbl">

<binding id="td">
  <content>
    <html:td><children/></html:td>
  </content>
</binding>

<binding id="foo">
  <content>
    <html:span/>
  </content>
</binding>

</bindings>


<script>
function f1()
{
  document.getElementById("inner").style.MozBinding = "url(#foo)";
  document.documentElement.removeAttribute("class");
}
</script>

</head>


<body onload="setTimeout(f1, 30);">


<div id="outer" style="-moz-binding: url(#td)"><div id="inner">M</div></div>


</body>

</html>
back to top