Title: [264445] trunk/LayoutTests
Revision
264445
Author
simon.fra...@apple.com
Date
2020-07-15 20:55:38 -0700 (Wed, 15 Jul 2020)

Log Message

[ iOS WK2 Release ] fast/scrolling/ios/non-invertible-transformed-scroller-ancestor.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=214133

Unreviewed test fixing.

Test needs to wait for the visible content rect update to trigger scroll updates in the web process.

* fast/scrolling/ios/non-invertible-transformed-scroller-ancestor.html:
* platform/ios-wk2/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (264444 => 264445)


--- trunk/LayoutTests/ChangeLog	2020-07-16 03:13:54 UTC (rev 264444)
+++ trunk/LayoutTests/ChangeLog	2020-07-16 03:55:38 UTC (rev 264445)
@@ -1,3 +1,15 @@
+2020-07-15  Simon Fraser  <simon.fra...@apple.com>
+
+        [ iOS WK2 Release ] fast/scrolling/ios/non-invertible-transformed-scroller-ancestor.html is a flaky failure
+        https://bugs.webkit.org/show_bug.cgi?id=214133
+
+        Unreviewed test fixing.
+
+        Test needs to wait for the visible content rect update to trigger scroll updates in the web process.
+
+        * fast/scrolling/ios/non-invertible-transformed-scroller-ancestor.html:
+        * platform/ios-wk2/TestExpectations:
+
 2020-07-15  Mark Lam  <mark....@apple.com>
 
         Speculative fix for flaky fast/css-custom-paint/out-of-memory-while-adding-worklet-module.html.

Modified: trunk/LayoutTests/fast/scrolling/ios/non-invertible-transformed-scroller-ancestor.html (264444 => 264445)


--- trunk/LayoutTests/fast/scrolling/ios/non-invertible-transformed-scroller-ancestor.html	2020-07-16 03:13:54 UTC (rev 264444)
+++ trunk/LayoutTests/fast/scrolling/ios/non-invertible-transformed-scroller-ancestor.html	2020-07-16 03:55:38 UTC (rev 264445)
@@ -37,6 +37,7 @@
             description('An overflow scrolling inside a scale(0) layer should not hit-test');
 
             await UIHelper.immediateScrollElementAtContentPointToOffset(20, 20, 0, 100);
+            await UIHelper.ensureVisibleContentRectUpdate();
 
             windowScrollTop = document.scrollingElement.scrollTop;
             overflowScrollTop = scroller.scrollTop;

Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (264444 => 264445)


--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2020-07-16 03:13:54 UTC (rev 264444)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2020-07-16 03:55:38 UTC (rev 264445)
@@ -1752,8 +1752,6 @@
 
 webkit.org/b/214084 [ Release ] webrtc/libwebrtc/descriptionGetters.html [ Pass Failure ]
 
-webkit.org/b/214133 [ Release ] fast/scrolling/ios/non-invertible-transformed-scroller-ancestor.html [ Pass Failure ]
-
 webkit.org/b/214322 [ Debug ] http/tests/workers/worker-importScripts-banned-mimetype.html [ Pass Crash ]
 
 webkit.org/b/214327 webanimations/accelerated-animation-with-easing.html [ Pass ImageOnlyFailure ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to