Changeset 52119 in webkit


Ignore:
Timestamp:
Dec 14, 2009 2:16:33 PM (14 years ago)
Author:
eric@webkit.org
Message:

2009-12-14 Kinuko Yasuda <kinuko@chromium.com>

Reviewed by Darin Fisher.

Make changing-frame-hierarchy-in-onload.html less flaky and
platform-independent.
https://bugs.webkit.org/show_bug.cgi?id=32319

  • http/tests/navigation/changing-frame-hierarchy-in-onload.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r52118 r52119  
     12009-12-14  Kinuko Yasuda  <kinuko@chromium.com>
     2
     3        Reviewed by Darin Fisher.
     4
     5        Make changing-frame-hierarchy-in-onload.html less flaky and
     6        platform-independent.
     7        https://bugs.webkit.org/show_bug.cgi?id=32319
     8
     9        * http/tests/navigation/changing-frame-hierarchy-in-onload.html:
     10
    1112009-12-14  Robert Hogan  <robert@roberthogan.net>
    212
  • trunk/LayoutTests/http/tests/navigation/changing-frame-hierarchy-in-onload.html

    r30101 r52119  
    55
    66
    7 setTimeout(stop, 500);
    8 
    97window.onload = function () {
    108  document.body.appendChild(document.getElementById('from1'));
    119}
    1210</script>
    13 
    1411<div>
    1512This tests that we won't crash when an onload method changes the frame hierarchy when the main frame load is stopped.
    1613</div>
    1714<div>SUCCESS - didn't crash</div>
    18 <iframe id="from1" src="/navigation/resources/slow-resource.pl"></iframe>
     15<iframe id="from1" src="/navigation/resources/slow-resource-1-sec.pl"></iframe>
     16<script>setTimeout(stop, 0);</script>
    1917</html>
     18
Note: See TracChangeset for help on using the changeset viewer.