Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(194)

Side by Side Diff: LayoutTests/fast/html/marquee-scroll.html

Issue 1273803003: Make marquee-scroll a pixel test to avoid flakyness in render tree output. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add expected file. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « LayoutTests/FlakyTests ('k') | LayoutTests/fast/html/marquee-scroll-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <title>Test for marquee scrolling behavior</title> 2 <title>Test for marquee scrolling behavior</title>
3 <body> 3 <body>
4 4
5 <p>Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=15263">bug 15263</a> : 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> 6 REGRESSION: scrolldelay=0 causes marquee not to display</p>
7 7
8 <p>The marquee below is defined with a scrollDelay value of zero and with the tr uespeed 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> 8 <p>The marquee below is defined with a scrollDelay value of zero and with the tr uespeed 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>
9 9
10 <p>This test uses cyan characters to make the result image deterministic. 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.) 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> 12 In order to run this test manually, change the color to black.</p>
13 13
14 <marquee width="50%" behavior="slide" bgcolor="cyan" truespeed="" scrollDelay="0 "> 14 <marquee width="50%" behavior="slide" bgcolor="cyan" truespeed="" scrollDelay="0 ">
15 <span style="color:cyan">The marquee scroll test passed</span> 15 <span style="color:cyan">The marquee scroll test passed</span>
16 </marquee> 16 </marquee>
17 17
18 <script>
19 if (window.testRunner)
20 testRunner.dumpAsTextWithPixelResults();
21 </script>
18 </body> 22 </body>
19 </html> 23 </html>
OLDNEW
« no previous file with comments | « LayoutTests/FlakyTests ('k') | LayoutTests/fast/html/marquee-scroll-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698