Title: [244224] trunk/Source/WebCore
Revision
244224
Author
za...@apple.com
Date
2019-04-12 11:14:21 -0700 (Fri, 12 Apr 2019)

Log 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):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (244223 => 244224)


--- trunk/Source/WebCore/ChangeLog	2019-04-12 18:04:56 UTC (rev 244223)
+++ trunk/Source/WebCore/ChangeLog	2019-04-12 18:14:21 UTC (rev 244224)
@@ -1,3 +1,16 @@
+2019-04-12  Zalan Bujtas  <za...@apple.com>
+
+        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):
+
 2019-04-12  Eric Carlson  <eric.carl...@apple.com>
 
         Update AudioSession route sharing policy

Modified: trunk/Source/WebCore/testing/Internals.cpp (244223 => 244224)


--- trunk/Source/WebCore/testing/Internals.cpp	2019-04-12 18:04:56 UTC (rev 244223)
+++ trunk/Source/WebCore/testing/Internals.cpp	2019-04-12 18:14:21 UTC (rev 244224)
@@ -459,6 +459,7 @@
         page.setTopContentInset(0);
         mainFrameView->setUseFixedLayout(false);
         mainFrameView->setFixedLayoutSize(IntSize());
+        mainFrameView->enableAutoSizeMode(false, { });
 #if USE(COORDINATED_GRAPHICS)
         mainFrameView->setFixedVisibleContentRect(IntRect());
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to