Bug 74167
Summary: | [Chromium] Layout Test fast/replaced/width100percent-textarea.html is flaky | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kenichi Ishibashi <bashi> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | adamk, tony |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Kenichi Ishibashi
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kenichi Ishibashi
Committed r102434 <http://trac.webkit.org/changeset/102434>
Tony Chang
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
No longer failing on win/linux; still failing on mac (reported in https://bugs.webkit.org/show_bug.cgi?id=54322)