Bug 40101 - [Chromium] fast/repaint/fixed-move-after-keyboard-scroll.html failure
Summary: [Chromium] fast/repaint/fixed-move-after-keyboard-scroll.html failure
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P1 Normal
Assignee: Nico Weber
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-02 20:32 PDT by Kent Tamura
Modified: 2010-06-03 02:26 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 2010-06-02 20:32:28 PDT
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.
Comment 1 Kent Tamura 2010-06-02 20:37:25 PDT
Bug#38416 might be related.
Comment 2 Nico Weber 2010-06-02 22:16:14 PDT
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.
Comment 3 Kent Tamura 2010-06-02 22:50:45 PDT
(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.
Comment 4 James Robinson 2010-06-03 01:24:18 PDT
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.
Comment 5 Kent Tamura 2010-06-03 02:26:09 PDT
Did rebaseline for it by r60615.