Title: [255181] trunk/LayoutTests
Revision
255181
Author
tsav...@apple.com
Date
2020-01-27 15:05:42 -0800 (Mon, 27 Jan 2020)

Log Message

[Mac wk2 Release] fast/html/marquee-child-wrap.html flaky failing
https://bugs.webkit.org/show_bug.cgi?id=206704

Reviewed by Jonathan Bedard.

Added a scrollDelay to the test.

* fast/html/marquee-child-wrap.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (255180 => 255181)


--- trunk/LayoutTests/ChangeLog	2020-01-27 22:59:16 UTC (rev 255180)
+++ trunk/LayoutTests/ChangeLog	2020-01-27 23:05:42 UTC (rev 255181)
@@ -1,3 +1,14 @@
+2020-01-27  Truitt Savell  <tsav...@apple.com>
+
+        [Mac wk2 Release] fast/html/marquee-child-wrap.html flaky failing
+        https://bugs.webkit.org/show_bug.cgi?id=206704
+
+        Reviewed by Jonathan Bedard.
+
+        Added a scrollDelay to the test.
+
+        * fast/html/marquee-child-wrap.html:
+
 2020-01-27  Jacob Uphoff  <jacob_uph...@apple.com>
 
         [ macOS iOS ] animations/play-state-paused.html is flaky failing

Modified: trunk/LayoutTests/fast/html/marquee-child-wrap.html (255180 => 255181)


--- trunk/LayoutTests/fast/html/marquee-child-wrap.html	2020-01-27 22:59:16 UTC (rev 255180)
+++ trunk/LayoutTests/fast/html/marquee-child-wrap.html	2020-01-27 23:05:42 UTC (rev 255181)
@@ -1,3 +1,3 @@
 <div style="width:200px">
-<marquee style="border:2px solid green"><span>Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text</span></marquee>
+<marquee style="border:2px solid green" scrolldelay="100"><span>Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text</span></marquee>
 </div>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to