Bug 208576

Summary: REGRESSION (r257839): two fast/forms/textarea are failing after commit r257839
Product: WebKit Reporter: Jacob Uphoff <jacob_uphoff>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: cdumez, koivisto, webkit-bot-watchers-bugzilla, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Jacob Uphoff 2020-03-04 09:28:28 PST
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
Comment 1 Radar WebKit Bug Importer 2020-03-04 09:28:50 PST
<rdar://problem/60042801>
Comment 2 Jacob Uphoff 2020-03-04 09:30:01 PST
The test is failing on iOS Debug
Comment 3 Jacob Uphoff 2020-03-04 10:22:28 PST
Set expectations here: https://trac.webkit.org/changeset/257857/webkit
Comment 4 Antti Koivisto 2020-03-05 21:30:56 PST

*** This bug has been marked as a duplicate of bug 208627 ***