WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
74167
[Chromium] Layout Test fast/replaced/width100percent-textarea.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=74167
Summary
[Chromium] Layout Test fast/replaced/width100percent-textarea.html is flaky
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
Add attachment
proposed patch, testcase, etc.
Kenichi Ishibashi
Comment 1
2011-12-08 23:00:17 PST
Committed
r102434
<
http://trac.webkit.org/changeset/102434
>
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.
Top of Page
Format For Printing
XML
Clone This Bug