haikuwebkit/LayoutTests/fast/html/marquee-scroll-expected.html

16 lines
568 B
HTML

<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>
<div id="marquee" style="width: 300px; background-color:cyan;">
The marquee scroll test passed
</div>
</body>
</html>