Changeset 71166 in webkit


Ignore:
Timestamp:
Nov 2, 2010 2:05:12 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2010-11-02 Jenn Braithwaite <jennb@chromium.org>

Reviewed by Andreas Kling.

fast/frames/iframe-reparenting-new-page.html output is ordered wrong
https://bugs.webkit.org/show_bug.cgi?id=48807

  • fast/frames/iframe-reparenting-new-page-expected.txt:
  • fast/frames/script-tests/iframe-reparenting-new-page.js: (finish):
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r71164 r71166  
     12010-11-02  Jenn Braithwaite  <jennb@chromium.org>
     2
     3        Reviewed by Andreas Kling.
     4
     5        fast/frames/iframe-reparenting-new-page.html output is ordered wrong
     6        https://bugs.webkit.org/show_bug.cgi?id=48807
     7
     8        * fast/frames/iframe-reparenting-new-page-expected.txt:
     9        * fast/frames/script-tests/iframe-reparenting-new-page.js:
     10        (finish):
     11
    1122010-10-28  Zhenyao Mo  <zmo@google.com>
    213
  • trunk/LayoutTests/fast/frames/iframe-reparenting-new-page-expected.txt

    r54938 r71166  
    44
    55
    6 PASS successfullyParsed is true
    7 
    8 TEST COMPLETE
    96PASS Loaded iframe in window 1.
    107PASS iframe.contentWindow.counter is 1
     
    1613PASS Page 1 is closed.
    1714PASS Received the timer beat from the adopted iframe - exiting.
     15PASS successfullyParsed is true
    1816
     17TEST COMPLETE
     18
  • trunk/LayoutTests/fast/frames/script-tests/iframe-reparenting-new-page.js

    r54938 r71166  
    1313    testPassed("Received the timer beat from the adopted iframe - exiting.")
    1414    window2.close();
    15     if (window.layoutTestController)
    16         layoutTestController.notifyDone();
     15    finishJSTest();
    1716}
    1817
     
    5352window1.addEventListener("load", window1Loaded, false);
    5453
     54var jsTestIsAsync = true;
    5555var successfullyParsed = true;
Note: See TracChangeset for help on using the changeset viewer.