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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/FlakyTests ('k') | LayoutTests/fast/html/marquee-scroll-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/html/marquee-scroll.html
diff --git a/LayoutTests/fast/html/marquee-scroll.html b/LayoutTests/fast/html/marquee-scroll.html
index d7555766ff9957417a8ae8f6873d53bad5a7d1b7..b1232075351f1eee133a14cd94006efb9fb96d4d 100644
--- a/LayoutTests/fast/html/marquee-scroll.html
+++ b/LayoutTests/fast/html/marquee-scroll.html
@@ -15,5 +15,9 @@ In order to run this test manually, change the color to black.</p>
<span style="color:cyan">The marquee scroll test passed</span>
</marquee>
+<script>
+if (window.testRunner)
+ testRunner.dumpAsTextWithPixelResults();
+</script>
</body>
</html>
« 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