Bug 159143
Summary: | REGRESSION(r194502): [GTK] Cleanup changes in ScrollAnimator caused several scroll related tests to fail. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Javier Fernandez <jfernandez> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bugs-noreply, simon.fraser |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Javier Fernandez
The following layout tests are failing on GTK after r194502:
fast/dom/horizontal-scrollbar-when-dir-change.html failed unexpectedly (text diff)
fast/dom/horizontal-scrollbar-in-rtl.html failed unexpectedly (text diff)
fast/dom/scroll-reveal-top-overflow.html failed unexpectedly (text diff)
fast/dom/scroll-reveal-left-overflow.html failed unexpectedly (text diff)
fast/dom/vertical-scrollbar-when-dir-change.html failed unexpectedly (text diff)
fast/dom/rtl-scroll-to-leftmost-and-resize.html failed unexpectedly (text diff)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Javier Fernandez
After the changes in r194513 landed as fix for bug #152649 only the following test is failing:
fast/dom/horizontal-scrollbar-in-rtl.html failed unexpectedly (text diff)
Simon Fraser (smfr)
This suggests that GTK has some scrollOffset/scrollPosition confusion.