Changeset 82399 in webkit


Ignore:
Timestamp:
Mar 29, 2011 11:51:53 PM (13 years ago)
Author:
aestes@apple.com
Message:

2011-03-29 Andy Estes <aestes@apple.com>

Reviewed by Dan Bernstein.

[Snow Leopard WebKit2 Release Tests] fast/images/move-image-to-new-document.html timing out since r82087
https://bugs.webkit.org/show_bug.cgi?id=57347

  • fast/images/script-tests/move-image-to-new-document.js: Disable plug-ins so that the embed portion of the test gets the expected image loading behavior on bots with QuickTime installed.
  • platform/mac-wk2/Skipped: Skip the test in WebKit2 since it doesn't implement setPluginsEnabled().
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r82397 r82399  
     12011-03-29  Andy Estes  <aestes@apple.com>
     2
     3        Reviewed by Dan Bernstein.
     4
     5        [Snow Leopard WebKit2 Release Tests] fast/images/move-image-to-new-document.html timing out since r82087
     6        https://bugs.webkit.org/show_bug.cgi?id=57347
     7
     8        * fast/images/script-tests/move-image-to-new-document.js: Disable
     9        plug-ins so that the embed portion of the test gets the expected image
     10        loading behavior on bots with QuickTime installed.
     11        * platform/mac-wk2/Skipped: Skip the test in WebKit2 since it doesn't
     12        implement setPluginsEnabled().
     13
    1142011-03-29  Adam Barth  <abarth@webkit.org>
    215
  • trunk/LayoutTests/fast/images/script-tests/move-image-to-new-document.js

    r57109 r82399  
    11description("Test that when images are moved to a new document, a new load fires.");
     2
     3if (window.layoutTestController)
     4    layoutTestController.setPluginsEnabled(false);
    25
    36jsTestIsAsync = true;
  • trunk/LayoutTests/platform/mac-wk2/Skipped

    r82292 r82399  
    17921792inspector/debugger/debug-inlined-scripts.html
    17931793
    1794 # Times out http://webkit.org/b/57347
    1795 fast/images/move-image-to-new-document.html
    1796 
    17971794### END OF (1) Classified failures with bug reports
    17981795########################################
     
    18411838platform/mac/plugins/disable-plugins.html
    18421839fast/images/embed-image.html
     1840fast/images/move-image-to-new-document.html
    18431841
    18441842# WebKitTestRunner needs layoutTestController.setHandlesAuthenticationChallenges
Note: See TracChangeset for help on using the changeset viewer.