May be some mistakes in your HTML source, you missed double-quotes for the js things, check it below
<marquee direction="left" scrolldelay="15" scrollamount="2" onmouseover="<b">"this.stop();" onmouseout="this.start();" style="height: 239px">test</marquee>
And general suggestion is just try the Tags with minimum properties(to ensure the running) like below
<marquee direction="left" >test</marquee>
Further reading
HTML MARQUEE[
^]