Bug 81700
Summary: | fast/dom/horizontal-scrollbar-in-rtl.html is failing in Mac WebKit2 | ||
---|---|---|---|
Product: | WebKit | Reporter: | mitz |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar, LayoutTestFailure, Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://build.webkit.org/results/Lion%20Intel%20Release%20(WebKit2%20Tests)/r111434%20(5527)/fast/dom/horizontal-scrollbar-in-rtl-pretty-diff.html |
mitz
As of r111416, fast/dom/horizontal-scrollbar-in-rtl.html is failing in Mac WebKit2:
--- layout-test-results/fast/dom/horizontal-scrollbar-in-rtl-expected.txt
+++ layout-test-results/fast/dom/horizontal-scrollbar-in-rtl-actual.txt
@@ -3,6 +3,6 @@
continuously call window.scrollX : Success
zoom in and out preserve scroll position: Success
resize preserves scroll position: Success
-KeyDown HOME move x-scroll position to right for RTL page: 0
-KeyDown END move x-scroll position to right for RTL page: 0
+KeyDown HOME move x-scroll position to right for RTL page: -3225
+KeyDown END move x-scroll position to right for RTL page: -3225
selectAll selects all document: Success
Several ports have port-specific results that expect -1000 for those numbers (instead of 0), but none have -3225.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/11085038>
mitz
Landed the current results as expected results for Mac WebKit2 in <http://trac.webkit.org/r111440>.