Changeset 229425 in webkit


Ignore:
Timestamp:
Mar 8, 2018 12:38:36 PM (6 years ago)
Author:
Chris Dumez
Message:

fast/html/marquee-reparent-check.html is flaky with async delegates
https://bugs.webkit.org/show_bug.cgi?id=183425

Reviewed by Youenn Fablet.

The test was missing the "TEST COMPLETE" line at the end of its output.
When enabling async delegates, the "TEST COMPLETE" line would sometimes
show. Move the test away from js-test.js and to js-test-pre.js / js-test-post.js
so that the "TEST COMPLETE" line gets printed out consistently.

  • fast/html/marquee-reparent-check-expected.txt:
  • fast/html/marquee-reparent-check.html:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r229423 r229425  
     12018-03-08  Chris Dumez  <cdumez@apple.com>
     2
     3        fast/html/marquee-reparent-check.html is flaky with async delegates
     4        https://bugs.webkit.org/show_bug.cgi?id=183425
     5
     6        Reviewed by Youenn Fablet.
     7
     8        The test was missing the "TEST COMPLETE" line at the end of its output.
     9        When enabling async delegates, the "TEST COMPLETE" line would sometimes
     10        show. Move the test away from js-test.js and to js-test-pre.js / js-test-post.js
     11        so that the "TEST COMPLETE" line gets printed out consistently.
     12
     13        * fast/html/marquee-reparent-check-expected.txt:
     14        * fast/html/marquee-reparent-check.html:
     15
    1162018-03-08  Chris Dumez  <cdumez@apple.com>
    217
  • trunk/LayoutTests/fast/html/marquee-reparent-check-expected.txt

    r223313 r229425  
    44
    55
     6PASS successfullyParsed is true
     7
     8TEST COMPLETE
    69 
    710TEST   
  • trunk/LayoutTests/fast/html/marquee-reparent-check.html

    r223313 r229425  
    22<html>
    33<head>
    4 <script src="../../resources/js-test.js"></script>
     4<script src="../../resources/js-test-pre.js"></script>
    55<script>
    66if (window.testRunner)
     
    5757    <keygen autofocus="autofocus">
    5858    <iframe>Test Frame</iframe>
     59    <script src="../../resources/js-test-post.js"></script>
    5960</body>
    6061</html>
Note: See TracChangeset for help on using the changeset viewer.