Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / html / marquee-scroll.html
blobb1232075351f1eee133a14cd94006efb9fb96d4d
1 <html>
2 <title>Test for marquee scrolling behavior</title>
3 <body>
5 <p>Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=15263">bug 15263</a>:
6 REGRESSION: scrolldelay=0 causes marquee not to display</p>
8 <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>
10 <p>This test uses cyan characters to make the result image deterministic.
11 (Otherwise, the result image changes depending on when the content_shell takes a snapshot.)
12 In order to run this test manually, change the color to black.</p>
14 <marquee width="50%" behavior="slide" bgcolor="cyan" truespeed="" scrollDelay="0">
15 <span style="color:cyan">The marquee scroll test passed</span>
16 </marquee>
18 <script>
19 if (window.testRunner)
20 testRunner.dumpAsTextWithPixelResults();
21 </script>
22 </body>
23 </html>