Bug 81700 - fast/dom/horizontal-scrollbar-in-rtl.html is failing in Mac WebKit2
Summary: fast/dom/horizontal-scrollbar-in-rtl.html is failing in Mac WebKit2
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://build.webkit.org/results/Lion%...
Keywords: InRadar, LayoutTestFailure, Regression
Depends on:
Blocks:
 
Reported: 2012-03-20 14:30 PDT by mitz
Modified: 2012-03-21 01:00 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>.