https://github.com/mozilla/gecko-dev
Raw File
Tip revision: de0c605b823cac950d7f388079a11b509bf1a04b authored by ffxbld on 14 October 2015, 21:49:59 UTC
Added FENNEC_41_0_2_RELEASE FENNEC_41_0_2_BUILD2 tag(s) for changeset 12823aaee1aa. DONTBUILD CLOSED TREE a=release
Tip revision: de0c605
327694.html
<html>
<head>

<script>

function init()
{
  var y = document.getElementById("tt");
  var z = y.firstChild;
  y.removeChild(z);
  z.text;
}

window.addEventListener("load", init, false);

</script>

</head>

<body>

<div id="tt"><a href="http://www.mozilla.org">Foo</a></div>

</body>
</html>
back to top