1160342-1.html (290B)
1 <html> 2 <head> 3 <title>Bug 1160342 - Implement marquee using mutation observers</title> 4 </head> 5 <body onload="document.getElementById('a').setAttribute('behavior', 'alternate')"> 6 <marquee id="a" scrollamount=0 direction=right> 7 This text should be visible 8 </marquee> 9 </body> 10 </html>