Changeset 255181 in webkit


Ignore:
Timestamp:
Jan 27, 2020 3:05:42 PM (4 years ago)
Author:
Truitt Savell
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:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r255180 r255181  
     12020-01-27  Truitt Savell  <tsavell@apple.com>
     2
     3        [Mac wk2 Release] fast/html/marquee-child-wrap.html flaky failing
     4        https://bugs.webkit.org/show_bug.cgi?id=206704
     5
     6        Reviewed by Jonathan Bedard.
     7
     8        Added a scrollDelay to the test.
     9
     10        * fast/html/marquee-child-wrap.html:
     11
    1122020-01-27  Jacob Uphoff  <jacob_uphoff@apple.com>
    213
  • trunk/LayoutTests/fast/html/marquee-child-wrap.html

    r216973 r255181  
    11<div style="width:200px">
    2 <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>
     2<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>
    33</div>
Note: See TracChangeset for help on using the changeset viewer.