Bug 74167

Summary: [Chromium] Layout Test fast/replaced/width100percent-textarea.html is flaky
Product: WebKit Reporter: Kenichi Ishibashi <bashi>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: adamk, tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Kenichi Ishibashi
Reported 2011-12-08 22:30:35 PST
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=fast%2Freplaced%2Fwidth100percent-textarea.html The following layout test is flaky on Win and Linux fast/replaced/width100percent-textarea.html Probable cause: Not sure.
Attachments
Kenichi Ishibashi
Comment 1 2011-12-08 23:00:17 PST
Tony Chang
Comment 2 2011-12-16 14:34:16 PST
I was trying to figure out why this test is flaky. When it fails, it looks like we repaint the whole page rather than just the body (the part of the page containing the textarea). The diff region is the margin on the body, I think. http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=fast%2Freplaced%2Fwidth100percent-textarea.html&showExpectations=true I thought we needed to force a layout/repaint before calling layoutTestController.display(), but we already do that in DRT. It looks like the CG bots always fail (always repaint the borders), so maybe this has something to do with Skia?
Adam Klein
Comment 3 2012-03-01 15:10:11 PST
No longer failing on win/linux; still failing on mac (reported in https://bugs.webkit.org/show_bug.cgi?id=54322)
Note You need to log in before you can comment on or make changes to this bug.