Bug 117185

Summary: REGRESSION(r151146) fast/forms/control-clip-overflow.html fails
Product: WebKit Reporter: Zoltan Arvai <zarvai>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: hyatt, kadam, roger_fong, thorton
Priority: P2 Keywords: MakingBotsRed, Regression
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 116689    

Comment 1 Zoltan Arvai 2013-06-04 04:16:41 PDT
Skippen on Qt in http://trac.webkit.org/changeset/151163.
Please unskip it with proper fix.
Comment 2 Roger Fong 2013-06-04 11:54:11 PDT
Well, one thing I didn't check thoroughly enough was whether or not clearLayoutOverflow is now called too early (something else still accesses layoutOverflowRect between the time it's now called and when it used to be called).

Perhaps this means that clearLayoutOverflow should still just be called where it used to, which unfortunately requires spreading out the delayed scrolling logic a bit...but better than a test failing.
Comment 3 Roger Fong 2013-06-04 11:56:53 PDT
Also I didn't see this failure locally. Weird.
Comment 4 Alexey Proskuryakov 2013-06-05 10:52:37 PDT
*** Bug 117207 has been marked as a duplicate of this bug. ***