Title: [247373] trunk/LayoutTests
Revision
247373
Author
rn...@webkit.org
Date
2019-07-11 16:30:02 -0700 (Thu, 11 Jul 2019)

Log Message

Make the test added in r247327 more reliable.

* editing/selection/ios/autoscroll-with-top-content-inset-2.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (247372 => 247373)


--- trunk/LayoutTests/ChangeLog	2019-07-11 23:18:12 UTC (rev 247372)
+++ trunk/LayoutTests/ChangeLog	2019-07-11 23:30:02 UTC (rev 247373)
@@ -1,3 +1,9 @@
+2019-07-11  Ryosuke Niwa  <rn...@webkit.org>
+
+        Make the test added in r247327 more reliable.
+
+        * editing/selection/ios/autoscroll-with-top-content-inset-2.html:
+
 2019-07-11  Russell Epstein  <russel...@apple.com>
 
         Layout Test fast/viewport/ios/viewport-shrink-to-fit-on-new-navigation.html is Failing Consistently on iOS-WK2.

Modified: trunk/LayoutTests/editing/selection/ios/autoscroll-with-top-content-inset-2.html (247372 => 247373)


--- trunk/LayoutTests/editing/selection/ios/autoscroll-with-top-content-inset-2.html	2019-07-11 23:18:12 UTC (rev 247372)
+++ trunk/LayoutTests/editing/selection/ios/autoscroll-with-top-content-inset-2.html	2019-07-11 23:30:02 UTC (rev 247373)
@@ -22,6 +22,7 @@
     window.scrollTo(0, 0);
     await UIHelper.ensurePresentationUpdate();
     await UIHelper.enterText('hello');
+    await UIHelper.ensurePresentationUpdate();
 
     const keyboardRect = await UIHelper.inputViewBounds();
     const scrollTop = document.scrollingElement.scrollTop;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to