Changeset 89994 in webkit


Ignore:
Timestamp:
Jun 29, 2011 12:11:50 AM (13 years ago)
Author:
Darin Adler
Message:

2011-06-29 Darin Adler <Darin Adler>

Reviewed by Adam Barth.

Consolidate the fast/loader and fast/loading directories
https://bugs.webkit.org/show_bug.cgi?id=63587

  • fast/loader/resources/subframe-that-removes-itself.html: Copied from LayoutTests/fast/loading/resources/subframe-that-removes-itself.html.
  • fast/loader/subframe-removes-itself-expected.txt: Copied from LayoutTests/fast/loading/subframe-removes-itself-expected.txt.
  • fast/loader/subframe-removes-itself.html: Copied from LayoutTests/fast/loading/subframe-removes-itself.html.
  • fast/loading/resources/subframe-that-removes-itself.html: Removed.
  • fast/loading/subframe-removes-itself-expected.txt: Removed.
  • fast/loading/subframe-removes-itself.html: Removed.
  • platform/gtk/Skipped: Updated for new location of test.
  • platform/mac-wk2/Skipped: Ditto.
  • platform/qt-wk2/Skipped: Ditto.
Location:
trunk/LayoutTests
Files:
4 edited
3 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r89993 r89994  
     12011-06-29  Darin Adler  <darin@apple.com>
     2
     3        Reviewed by Adam Barth.
     4
     5        Consolidate the fast/loader and fast/loading directories
     6        https://bugs.webkit.org/show_bug.cgi?id=63587
     7
     8        * fast/loader/resources/subframe-that-removes-itself.html: Copied from LayoutTests/fast/loading/resources/subframe-that-removes-itself.html.
     9        * fast/loader/subframe-removes-itself-expected.txt: Copied from LayoutTests/fast/loading/subframe-removes-itself-expected.txt.
     10        * fast/loader/subframe-removes-itself.html: Copied from LayoutTests/fast/loading/subframe-removes-itself.html.
     11        * fast/loading/resources/subframe-that-removes-itself.html: Removed.
     12        * fast/loading/subframe-removes-itself-expected.txt: Removed.
     13        * fast/loading/subframe-removes-itself.html: Removed.
     14
     15        * platform/gtk/Skipped: Updated for new location of test.
     16        * platform/mac-wk2/Skipped: Ditto.
     17        * platform/qt-wk2/Skipped: Ditto.
     18
    1192011-06-28  Dirk Schulze  <krit@webkit.org>
    220
  • trunk/LayoutTests/fast/loader/subframe-removes-itself-expected.txt

    r89993 r89994  
    1 main frame - didStartProvisionalLoadForFrame
    2 main frame - didCommitLoadForFrame
    31frame "<!--framePath //<!--frame0-->-->" - didStartProvisionalLoadForFrame
    42main frame - didFinishDocumentLoadForFrame
  • trunk/LayoutTests/fast/loader/subframe-removes-itself.html

    r89993 r89994  
    11This tests a subframe that removes itself to make sure a delegate message to indicate the interrupted load fires.
    22<script>
    3 if (window.layoutTestController)
     3if (window.layoutTestController) {
    44    layoutTestController.dumpAsText();
     5    layoutTestController.dumpFrameLoadCallbacks();
     6}
    57</script>
    68<iframe src="resources/subframe-that-removes-itself.html"></iframe>
  • trunk/LayoutTests/platform/gtk/Skipped

    r89919 r89994  
    482482fast/loader/reload-policy-delegate.html
    483483fast/loader/stop-provisional-loads.html
    484 fast/loading/subframe-removes-itself.html
     484fast/loader/subframe-removes-itself.html
    485485# This policy delegate is implemented, but it needs the DOM node path in the output.
    486486fast/encoding/mailto-always-utf-8.html
  • trunk/LayoutTests/platform/mac-wk2/Skipped

    r89993 r89994  
    14821482# WebKitTestRunner needs to print frame load delegate information
    14831483# <https://bugs.webkit.org/show_bug.cgi?id=42705>
    1484 fast/loading/subframe-removes-itself.html
     1484fast/loader/subframe-removes-itself.html
    14851485http/tests/loading/bad-scheme-subframe.html
    14861486http/tests/loading/bad-server-subframe.html
  • trunk/LayoutTests/platform/qt-wk2/Skipped

    r89921 r89994  
    12521252# WebKitTestRunner needs to print frame load delegate information
    12531253# <https://bugs.webkit.org/show_bug.cgi?id=42705>
    1254 fast/loading/subframe-removes-itself.html
     1254fast/loader/subframe-removes-itself.html
    12551255http/tests/loading/bad-scheme-subframe.html
    12561256http/tests/loading/bad-server-subframe.html
Note: See TracChangeset for help on using the changeset viewer.