[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

ossy at webkit.org ossy at webkit.org
Wed Dec 22 17:54:37 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 8208ccac71f4f54bb48c155e723298e27bd44f6e
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 2 16:13:15 2010 +0000

    Unreviewed. Add Qt specific expected files after r73063.
    
    Make scrolling work properly with writing modes
    https://bugs.webkit.org/show_bug.cgi?id=46645
    
    * platform/qt/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Copied from LayoutTests/fast/dom/horizontal-scrollbar-in-rtl-expected.txt.
    * platform/qt/fast/dom/vertical-scrollbar-in-rtl-expected.txt: Copied from LayoutTests/fast/dom/vertical-scrollbar-in-rtl-expected.txt.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73134 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index f340bea..632d8be 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2010-12-02  Csaba Osztrogonác  <ossy at webkit.org>
+
+        Unreviewed. Add Qt specific expected files after r73063.
+
+        Make scrolling work properly with writing modes
+        https://bugs.webkit.org/show_bug.cgi?id=46645
+
+        * platform/qt/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Copied from LayoutTests/fast/dom/horizontal-scrollbar-in-rtl-expected.txt.
+        * platform/qt/fast/dom/vertical-scrollbar-in-rtl-expected.txt: Copied from LayoutTests/fast/dom/vertical-scrollbar-in-rtl-expected.txt.
+
 2010-12-02  Adam Roben  <aroben at apple.com>
 
         Remove a test that we were only skipping to see if it would fix other tests
diff --git a/LayoutTests/platform/chromium/fast/dom/horizontal-scrollbar-in-rtl-expected.txt b/LayoutTests/platform/qt/fast/dom/horizontal-scrollbar-in-rtl-expected.txt
similarity index 100%
copy from LayoutTests/platform/chromium/fast/dom/horizontal-scrollbar-in-rtl-expected.txt
copy to LayoutTests/platform/qt/fast/dom/horizontal-scrollbar-in-rtl-expected.txt
diff --git a/LayoutTests/platform/qt/fast/dom/vertical-scrollbar-in-rtl-expected.txt b/LayoutTests/platform/qt/fast/dom/vertical-scrollbar-in-rtl-expected.txt
new file mode 100644
index 0000000..4adc184
--- /dev/null
+++ b/LayoutTests/platform/qt/fast/dom/vertical-scrollbar-in-rtl-expected.txt
@@ -0,0 +1,9 @@
+original scroll y for RTL page : Success
+vertical scroll: : Success
+continuously call window.scrollY : Success
+zoom in and out preserve scroll position: Success
+resize preserves scroll position: Success
+wheel scroll preserves vertical scroll position: Success
+KeyDown HOME move y-scroll position to bottom for RTL page: -3426
+KeyDown END move y-scroll position to bottom for RTL page: 0
+selectAll selects all document: Success

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list