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> |