blob: 2c8d49f4573b4a617f541036a0cb42f537546447 [file] [log] [blame]
<html>
<title>Test for marquee scrolling behavior</title>
<body>
<p>Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=15263">bug 15263</a>:
REGRESSION: scrolldelay=0 causes marquee not to display</p>
<p>The marquee below is defined with a scrollDelay value of zero and with the truespeed attribute assigned to an empty string. It should scroll until the text, &quot;The marquee scroll test passed&quot is visible and left justified.</p>
<marquee width="50%" behavior="slide" bgcolor="cyan" truespeed="" scrollDelay="0">
The marquee scroll test passed
</marquee>
</body>
</html>