Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / html / marquee-scrollamount.html
index de66072..1f9dee8 100644 (file)
@@ -4,6 +4,9 @@
     if (window.testRunner)
         testRunner.waitUntilDone();
     var marquee = document.createElement("marquee");
+    // Sets the character color to while in order to make the image result deterministic.
+    // When you want to run this test manually, change the color to black.
+    marquee.style.color = "white";
     marquee.innerHTML = "Test";
     marquee.width = "100px";
     marquee.scrollDelay = 0;