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

mrobinson at webkit.org mrobinson at webkit.org
Wed Dec 22 17:59:40 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 23d19b8e4c3962f7123b0ac64317938445d84404
Author: mrobinson at webkit.org <mrobinson at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Dec 4 14:23:04 2010 +0000

    2010-12-04  Martin Robinson  <mrobinson at igalia.com>
    
            Check in platform-specific results for failing RTL tests on GTK+. Comments
            at https://bugs.webkit.org/show_bug.cgi?id=50352 suggest that these failing
            results are fine for now.
    
            * platform/gtk/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Added.
            * platform/gtk/fast/dom/vertical-scrollbar-in-rtl-expected.txt: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73328 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 917f683..4d34578 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
+2010-12-04  Martin Robinson  <mrobinson at igalia.com>
+
+        Check in platform-specific results for failing RTL tests on GTK+. Comments
+        at https://bugs.webkit.org/show_bug.cgi?id=50352 suggest that these failing
+        results are fine for now.
+
+        * platform/gtk/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Added.
+        * platform/gtk/fast/dom/vertical-scrollbar-in-rtl-expected.txt: Added.
+
 2010-12-04  Johnny Ding  <jnd at chromium.org>
 
         Reviewed by Alexey Proskuryakov.
diff --git a/LayoutTests/platform/chromium/fast/dom/horizontal-scrollbar-in-rtl-expected.txt b/LayoutTests/platform/gtk/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/gtk/fast/dom/horizontal-scrollbar-in-rtl-expected.txt
diff --git a/LayoutTests/platform/gtk/fast/dom/vertical-scrollbar-in-rtl-expected.txt b/LayoutTests/platform/gtk/fast/dom/vertical-scrollbar-in-rtl-expected.txt
new file mode 100644
index 0000000..7cd2a26
--- /dev/null
+++ b/LayoutTests/platform/gtk/fast/dom/vertical-scrollbar-in-rtl-expected.txt
@@ -0,0 +1,9 @@
+original scroll y for RTL page : Success
+vertical scroll: : Failure, actual: 0; expected: -1000
+continuously call window.scrollY : Failure, actual: 0; expected: -1000
+zoom in and out preserve scroll position: Failure, actual: 0; expected: -1000
+resize preserves scroll position: Failure, actual: 0; expected: -1000
+wheel scroll preserves vertical scroll position: Failure, actual: 0; expected: -1000
+KeyDown HOME move y-scroll position to bottom for RTL page: 0
+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