https://github.com/mozilla/gecko-dev
Raw File
Tip revision: d8524c16fafd783a26852e3eca54a799e48c88df authored by tbirdbld on 05 September 2012, 22:32:10 UTC
Added THUNDERBIRD_16_0b2_RELEASE THUNDERBIRD_16_0b2_BUILD1 tag(s) for changeset db28559df995. DONTBUILD CLOSED TREE a=release
Tip revision: d8524c1
166591-dynamic-1.html
<html><head>
<script>
function init() {
  document.getElementById('test').innerHTML = '<marquee behavior="alternate" scrollamount="0">dynamic marquee</marquee>';
}
</script>
</head>
<body onload="init();">
<div id="test"></div>
</body>
</html>
back to top