Title: [264426] trunk/LayoutTests
Revision
264426
Author
simon.fra...@apple.com
Date
2020-07-15 14:48:45 -0700 (Wed, 15 Jul 2020)

Log Message

[ iOS ] fast/scrolling/ios/programm atic-scroll-while-zoomed.ht ml and fast/scrolling/ios/autoscro ll-input-when-very-zoomed.h tml are failing on iPad
https://bugs.webkit.org/show_bug.cgi?id=214358
<rdar://problem/65609413>

Unreviewed test gardening. These tests need iPad results.

* platform/ipad/fast/scrolling/ios/autoscroll-input-when-very-zoomed-expected.txt:
* platform/ipad/fast/scrolling/ios/programmatic-scroll-while-zoomed-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (264425 => 264426)


--- trunk/LayoutTests/ChangeLog	2020-07-15 21:39:33 UTC (rev 264425)
+++ trunk/LayoutTests/ChangeLog	2020-07-15 21:48:45 UTC (rev 264426)
@@ -1,3 +1,14 @@
+2020-07-15  Simon Fraser  <simon.fra...@apple.com>
+
+        [ iOS ] fast/scrolling/ios/programm atic-scroll-while-zoomed.ht ml and fast/scrolling/ios/autoscro ll-input-when-very-zoomed.h tml are failing on iPad
+        https://bugs.webkit.org/show_bug.cgi?id=214358
+        <rdar://problem/65609413>
+
+        Unreviewed test gardening. These tests need iPad results.
+
+        * platform/ipad/fast/scrolling/ios/autoscroll-input-when-very-zoomed-expected.txt:
+        * platform/ipad/fast/scrolling/ios/programmatic-scroll-while-zoomed-expected.txt: Added.
+
 2020-07-15  Chris Dumez  <cdu...@apple.com>
 
         Resync web-platform-tests/svg from upstream

Modified: trunk/LayoutTests/platform/ipad/fast/scrolling/ios/autoscroll-input-when-very-zoomed-expected.txt (264425 => 264426)


--- trunk/LayoutTests/platform/ipad/fast/scrolling/ios/autoscroll-input-when-very-zoomed-expected.txt	2020-07-15 21:39:33 UTC (rev 264425)
+++ trunk/LayoutTests/platform/ipad/fast/scrolling/ios/autoscroll-input-when-very-zoomed-expected.txt	2020-07-15 21:48:45 UTC (rev 264426)
@@ -1,4 +1,4 @@
-This test focuses a form, them zooms and scrolls the page. Then text is entered in the form, and we check to make sure the page has scrolled when needed to make the input visible again. On iPhone, the page should scroll on the first text input so that the input element in is visible again, but should not scroll more than once, as it should be visible after the first scroll. On iPad, the input should not scroll at all, as the iPad is larger and should not need to scroll for the input element to be visible. The test results should refelct these expectaitions.
+This test focuses a form, them zooms and scrolls the page. Then text is entered in the form, and we check to make sure the page has scrolled when needed to make the input visible again. On iPhone, the page should scroll on the first text input so that the input element in is visible again, but should not scroll more than once, as it should be visible after the first scroll. On iPad, the input should not scroll at all, as the iPad is larger and should not need to scroll for the input element to be visible. The test results should reflect these expectations.
 Page has not scrolled on the first input
 Page has not scrolled on the second input
 

Added: trunk/LayoutTests/platform/ipad/fast/scrolling/ios/programmatic-scroll-while-zoomed-expected.txt (0 => 264426)


--- trunk/LayoutTests/platform/ipad/fast/scrolling/ios/programmatic-scroll-while-zoomed-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ipad/fast/scrolling/ios/programmatic-scroll-while-zoomed-expected.txt	2020-07-15 21:48:45 UTC (rev 264426)
@@ -0,0 +1,14 @@
+FAIL window.pageXOffset should be 53. Was 128.
+FAIL window.pageYOffset should be 91. Was 167.
+FAIL window.visualViewport.pageLeft should be 53. Was 128.
+FAIL window.visualViewport.pageTop should be 91. Was 167.
+
+scrolling to 0,0
+FAIL window.pageXOffset should be 53. Was 128.
+FAIL window.pageYOffset should be 91. Was 167.
+FAIL window.visualViewport.pageLeft should be 53. Was 128.
+FAIL window.visualViewport.pageTop should be 91. Was 167.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to