Changeset 56703 in webkit


Ignore:
Timestamp:
Mar 28, 2010 3:48:24 PM (14 years ago)
Author:
kov@webkit.org
Message:

2010-03-28 Gustavo Noronha Silva <Gustavo Noronha Silva>

[GTK] Improve reporting of frame loader callbacks in DRT
https://bugs.webkit.org/show_bug.cgi?id=36454

Skip tests that need more load notifications than we provide in
our DRT currently.

  • platform/gtk/Skipped:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r56702 r56703  
     12010-03-28  Gustavo Noronha Silva  <gns@gnome.org>
     2
     3        [GTK] Improve reporting of frame loader callbacks in DRT
     4        https://bugs.webkit.org/show_bug.cgi?id=36454
     5
     6        Skip tests that need more load notifications than we provide in
     7        our DRT currently.
     8
     9        * platform/gtk/Skipped:
     10
    1112010-03-28  Gustavo Noronha Silva  <gns@gnome.org>
    212
  • trunk/LayoutTests/platform/gtk/Skipped

    r56702 r56703  
    58745874fast/table/table-row-background-right-50px.html
    58755875fast/table/table-row-background-right-100percent.html
     5876
     5877# Tests that need didStartProvisionalLoadForFrame reporting
     5878# See https://bugs.webkit.org/show_bug.cgi?id=36454
     5879http/tests/loading/basic.html
     5880http/tests/loading/load-javascript-after-many-xhrs.html
     5881http/tests/loading/location-hash-reload-cycle.html
     5882http/tests/loading/onload-vs-immediate-refresh.pl
     5883http/tests/loading/redirect-with-no-location-crash.html
     5884http/tests/loading/state-object-security-exception.html
Note: See TracChangeset for help on using the changeset viewer.