Bug 40101
| Summary: | [Chromium] fast/repaint/fixed-move-after-keyboard-scroll.html failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kent Tamura <tkent> |
| Component: | New Bugs | Assignee: | Nico Weber <thakis> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | jamesr, thakis |
| Priority: | P1 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Other | ||
| OS: | OS X 10.5 | ||
Kent Tamura
fast/repaint/fixed-move-after-keyboard-scroll.html started to fail on Chromium since r60591.
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&useWebKitCanary=true&tests=fast%2Frepaint%2Ffixed-move-after-keyboard-scroll.html
thakis will investigate this soon.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Kent Tamura
Bug#38416 might be related.
Nico Weber
thakis: tkent: thinking about it, that baseline might be wrong
[10:13pm] thakis: tkent: my cl fixes a scroling bug
[10:13pm] thakis: tkent: maybe the baseline for that test (which also is related to scrolling) was generated while chrome's scrolling was broken
[10:13pm] thakis: tkent: since that test was added in the scrolling regression window, that seems likely
[10:13pm] thakis: maybe it just needs rebaselining
jamesr, comments? seems to be your test.
Kent Tamura
(In reply to comment #2)
> thakis: tkent: thinking about it, that baseline might be wrong
yes, The current baseline is different from the expectation of Apple Mac,
and the actual result with r60591 is also different from the expectation of Apple Mac.
So Chromium repaint process is different from Mac, or our repaint test code is not good.
This failure is not a real regression.
James Robinson
Looks like r60591 changed the behavior but didn't break the test. The old baselines and the new results are passing results for this test, so just rebaseline.
Kent Tamura
Did rebaseline for it by r60615.