Changeset 183558 in webkit


Ignore:
Timestamp:
Apr 29, 2015 10:42:47 AM (9 years ago)
Author:
ap@apple.com
Message:

fast/frames/flattening/iframe-flattening-resize-event-count.html times out on Yosemite WK2
https://bugs.webkit.org/show_bug.cgi?id=144155

Reviewed by Andreas Kling.

  • WebKitTestRunner/TestController.cpp: (WTR::TestController::resetStateToConsistentValues):

Make sure that test window is "visible" before each test. While there is no concrete
evidence that this is the problem indeed, the behavior is consistent with what would
happen for an invisible window. Also, WKTR obviously needs to do this to protect
against potential buggy tests that hide the window and don't show it.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r183543 r183558  
     12015-04-29  Alexey Proskuryakov  <ap@apple.com>
     2
     3        fast/frames/flattening/iframe-flattening-resize-event-count.html times out on Yosemite WK2
     4        https://bugs.webkit.org/show_bug.cgi?id=144155
     5
     6        Reviewed by Andreas Kling.
     7
     8        * WebKitTestRunner/TestController.cpp: (WTR::TestController::resetStateToConsistentValues):
     9        Make sure that test window is "visible" before each test. While there is no concrete
     10        evidence that this is the problem indeed, the behavior is consistent with what would
     11        happen for an invisible window. Also, WKTR obviously needs to do this to protect
     12        against potential buggy tests that hide the window and don't show it.
     13
    1142015-04-29  Carlos Garcia Campos  <cgarcia@igalia.com>
    215
  • trunk/Tools/WebKitTestRunner/TestController.cpp

    r183529 r183558  
    696696    WKPageGroupRemoveAllUserContentFilters(WKPageGetPageGroup(m_mainWebView->page()));
    697697
     698    setHidden(false);
     699
    698700    // Reset main page back to about:blank
    699701    m_doneResetting = false;
Note: See TracChangeset for help on using the changeset viewer.