Changeset 244224 in webkit


Ignore:
Timestamp:
Apr 12, 2019 11:14:21 AM (5 years ago)
Author:
Alan Bujtas
Message:

REGRESSION (r244098): [ Mac WK1 ] Layout Test fast/dynamic/paused-event-dispatch.html is Timing out
https://bugs.webkit.org/show_bug.cgi?id=196789
<rdar://problem/49855255>

Reviewed by Tim Horton.

Disable auto-sizing mode at the start of each test.

  • testing/Internals.cpp:

(WebCore::Internals::resetToConsistentState):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r244223 r244224  
     12019-04-12  Zalan Bujtas  <zalan@apple.com>
     2
     3        REGRESSION (r244098): [ Mac WK1 ] Layout Test fast/dynamic/paused-event-dispatch.html is Timing out
     4        https://bugs.webkit.org/show_bug.cgi?id=196789
     5        <rdar://problem/49855255>
     6
     7        Reviewed by Tim Horton.
     8
     9        Disable auto-sizing mode at the start of each test.
     10
     11        * testing/Internals.cpp:
     12        (WebCore::Internals::resetToConsistentState):
     13
    1142019-04-12  Eric Carlson  <eric.carlson@apple.com>
    215
  • trunk/Source/WebCore/testing/Internals.cpp

    r244200 r244224  
    460460        mainFrameView->setUseFixedLayout(false);
    461461        mainFrameView->setFixedLayoutSize(IntSize());
     462        mainFrameView->enableAutoSizeMode(false, { });
    462463#if USE(COORDINATED_GRAPHICS)
    463464        mainFrameView->setFixedVisibleContentRect(IntRect());
Note: See TracChangeset for help on using the changeset viewer.