The following tests started to fail after commit r257839: fast/forms/textarea-no-scroll-on-blur.html fast/forms/textarea-scrolled-type.html I was able to reproduce the failure running the test in iterations on commit r257839 and was not able to reproduce it on r257838. History: https://results.webkit.org/?suite=layout-tests&suite=layout-tests&test=fast%2Fforms%2Ftextarea-no-scroll-on-blur.html&test=fast%2Fforms%2Ftextarea-scrolled-type.html&platform=ios Diffs: --- /Volumes/Data/slave/ipados-simulator-13-debug-tests-wk2/build/layout-test-results/fast/forms/textarea-no-scroll-on-blur-expected.txt +++ /Volumes/Data/slave/ipados-simulator-13-debug-tests-wk2/build/layout-test-results/fast/forms/textarea-no-scroll-on-blur-actual.txt @@ -1,3 +1,3 @@ This tests that we don't scroll back to the top when leaving a textarea -Test Passed +Test Failed --- /Volumes/Data/slave/ipados-simulator-13-debug-tests-wk2/build/layout-test-results/fast/forms/textarea-scrolled-type-expected.txt +++ /Volumes/Data/slave/ipados-simulator-13-debug-tests-wk2/build/layout-test-results/fast/forms/textarea-scrolled-type-actual.txt @@ -11,7 +11,7 @@ text run at (155,113) width 4: " " RenderBR {BR} at (159,128) size 0x0 RenderBlock {DIV} at (0,133) size 784x0 -layer at (10,30) size 151x104 clip at (11,31) size 134x102 scrollY 196 scrollHeight 298 +layer at (10,30) size 151x104 clip at (11,31) size 134x102 scrollHeight 298 RenderTextControl {TEXTAREA} at (2,22) size 151x104 [bgcolor=#FFFFFF] [border: (1px solid #4C4C4C)] RenderBlock {DIV} at (6,3) size 124x294 RenderText {#text} at (0,0) size 40x280
<rdar://problem/60042801>
The test is failing on iOS Debug
Set expectations here: https://trac.webkit.org/changeset/257857/webkit
*** This bug has been marked as a duplicate of bug 208627 ***