Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
michael@0 | 1 | <html><head> |
michael@0 | 2 | <script> |
michael@0 | 3 | function init() { |
michael@0 | 4 | document.getElementById('test').innerHTML = '<marquee behavior="alternate" scrollamount="0">dynamic marquee</marquee>'; |
michael@0 | 5 | } |
michael@0 | 6 | </script> |
michael@0 | 7 | </head> |
michael@0 | 8 | <body onload="init();"> |
michael@0 | 9 | <div id="test"></div> |
michael@0 | 10 | </body> |
michael@0 | 11 | </html> |