Bug 81700

Summary: fast/dom/horizontal-scrollbar-in-rtl.html is failing in Mac WebKit2
Product: WebKit Reporter: mitz
Component: Layout and RenderingAssignee: 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

Description mitz 2012-03-20 14:30:37 PDT
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.
Comment 1 Radar WebKit Bug Importer 2012-03-20 14:31:08 PDT
<rdar://problem/11085038>
Comment 2 mitz 2012-03-20 14:34:50 PDT
Landed the current results as expected results for Mac WebKit2 in <http://trac.webkit.org/r111440>.