fast/scrolling/ios/programmatic-scroll-while-zoomed.html fast/scrolling/ios/autoscroll-input-when-very-zoomed.html Test is flaky failing from https://trac.webkit.org/changeset/264368/webkit History: https://results.webkit.org/?suite=layout-tests&suite=layout-tests&test=fast%2Fscrolling%2Fios%2Fautoscroll-input-when-very-zoomed.html&test=fast%2Fscrolling%2Fios%2Fprogrammatic-scroll-while-zoomed.html Diff: --- /Volumes/Data/slave/ipados-simulator-13-release-tests-wk2/build/layout-test-results/fast/scrolling/ios/programmatic-scroll-while-zoomed-expected.txt +++ /Volumes/Data/slave/ipados-simulator-13-release-tests-wk2/build/layout-test-results/fast/scrolling/ios/programmatic-scroll-while-zoomed-actual.txt @@ -1,13 +1,13 @@ -PASS window.pageXOffset is 53 -PASS window.pageYOffset is 91 -PASS window.visualViewport.pageLeft is 53 -PASS window.visualViewport.pageTop is 91 +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 -PASS window.pageXOffset is 53 -PASS window.pageYOffset is 91 -PASS window.visualViewport.pageLeft is 53 -PASS window.visualViewport.pageTop is 91 +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 --- /Volumes/Data/slave/ipados-simulator-13-release-tests-wk2/build/layout-test-results/fast/scrolling/ios/autoscroll-input-when-very-zoomed-expected.txt +++ /Volumes/Data/slave/ipados-simulator-13-release-tests-wk2/build/layout-test-results/fast/scrolling/ios/autoscroll-input-when-very-zoomed-actual.txt @@ -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
<rdar://problem/65609413>
https://trac.webkit.org/changeset/264426/webkit
[ iOS wk2 ] fast/scrolling/ios/programmatic-scroll-while-zoomed.html is a flaky failure Description: fast/scrolling/ios/programmatic-scroll-while-zoomed.html This test appears to be still flaky failure after expected text added. https://trac.webkit.org/changeset/264426/webkit History: https://results.webkit.org/?suite=layout-tests&test=fast%2Fscrolling%2Fios%2Fprogrammatic-scroll-while-zoomed.html&limit=50000&platform=ios&flavor=wk2 Diff: --- /Volumes/Data/slave/ipados-simulator-13-debug-tests-wk2/build/layout-test-results/fast/scrolling/ios/programmatic-scroll-while-zoomed-expected.txt +++ /Volumes/Data/slave/ipados-simulator-13-debug-tests-wk2/build/layout-test-results/fast/scrolling/ios/programmatic-scroll-while-zoomed-actual.txt @@ -1,13 +1,13 @@ -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. +FAIL window.pageXOffset should be 53. Was 0. +FAIL window.pageYOffset should be 91. Was 0. +FAIL window.visualViewport.pageLeft should be 53. Was 0. +FAIL window.visualViewport.pageTop should be 91. Was 0. 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. +FAIL window.pageXOffset should be 53. Was 0. +FAIL window.pageYOffset should be 91. Was 0. +FAIL window.visualViewport.pageLeft should be 53. Was 0. +FAIL window.visualViewport.pageTop should be 91. Was 0. PASS successfullyParsed is true TEST COMPLETE
I have marked these tests as failing while this issue is investigated. https://trac.webkit.org/changeset/264818/webkit
That should have just marked it flakey for iPad, right?
(In reply to Simon Fraser (smfr) from comment #5) > That should have just marked it flakey for iPad, right? It appears to be flaky on iOS, too: https://build.webkit.org/results/Apple%20iOS%2013%20Simulator%20Debug%20WK2%20(Tests)/r264680%20(4791)/results.html
OK