Changeset 143802 in webkit


Ignore:
Timestamp:
Feb 22, 2013, 2:39:26 PM (12 years ago)
Author:
abarth@webkit.org
Message:

fast/parser/parser-yield-timing.html doesn't integrate with js-test-pre correctly
https://bugs.webkit.org/show_bug.cgi?id=110645

Reviewed by Eric Seidel.

  • fast/parser/parser-yield-timing.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r143801 r143802  
     12013-02-22  Adam Barth  <abarth@webkit.org>
     2
     3        fast/parser/parser-yield-timing.html doesn't integrate with js-test-pre correctly
     4        https://bugs.webkit.org/show_bug.cgi?id=110645
     5
     6        Reviewed by Eric Seidel.
     7
     8        * fast/parser/parser-yield-timing.html:
     9
    1102013-02-21  Ojan Vafai  <ojan@chromium.org>
    211
  • trunk/LayoutTests/fast/parser/parser-yield-timing.html

    r124410 r143802  
    44    <script type="text/javascript" src="../js/resources/js-test-pre.js"></script>
    55    <script>
    6       if (window.testRunner) {
    7         window.testRunner.waitUntilDone();
    8       }
     6      window.jsTestIsAsync = true;
    97
    108      description("Runs 3 separate 1 second &lt;script&gt; blocks with a setTimeout schedule before each. The execution time of the setTimeout is when the HTML yielded to the event loop. The yields also represent painting opportunities. We want the parser to yield every 0.5 seconds once it has seen a script.");
     
    4341        expectElapsedTime(3000);
    4442
    45         if (window.testRunner) {
    46           testRunner.notifyDone();
    47         }
     43        finishJSTest();
    4844      }, 0);
    4945    </script>
Note: See TracChangeset for help on using the changeset viewer.