Changeset 143802 in webkit
- Timestamp:
- Feb 22, 2013, 2:39:26 PM (12 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r143801 r143802 1 2013-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 1 10 2013-02-21 Ojan Vafai <ojan@chromium.org> 2 11 -
trunk/LayoutTests/fast/parser/parser-yield-timing.html
r124410 r143802 4 4 <script type="text/javascript" src="../js/resources/js-test-pre.js"></script> 5 5 <script> 6 if (window.testRunner) { 7 window.testRunner.waitUntilDone(); 8 } 6 window.jsTestIsAsync = true; 9 7 10 8 description("Runs 3 separate 1 second <script> 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."); … … 43 41 expectElapsedTime(3000); 44 42 45 if (window.testRunner) { 46 testRunner.notifyDone(); 47 } 43 finishJSTest(); 48 44 }, 0); 49 45 </script>
Note:
See TracChangeset
for help on using the changeset viewer.