[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

ossy at webkit.org ossy at webkit.org
Sun Feb 20 23:43:00 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 1deabf246766fe786a2c117056b451ecb552abb4
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 24 14:24:10 2011 +0000

    Unreviewed.
    
    RTL: selection.modify("move", "forward", "line") when cursor is at start of a line does not move down a line
    https://bugs.webkit.org/show_bug.cgi?id=51517
    
    * platform/qt-linux/editing: Removed.
    * platform/qt-linux/editing/selection: Removed.
    * platform/qt-linux/editing/selection/extend-to-line-boundary-expected.txt: Removed.
    * platform/qt/Skipped: Add editing/selection/extend-to-line-boundary.html until fix.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76513 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 4c66fcb..4ec0407 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,15 @@
+2011-01-24  Csaba Osztrogonác  <ossy at webkit.org>
+
+        Unreviewed.
+
+        RTL: selection.modify("move", "forward", "line") when cursor is at start of a line does not move down a line
+        https://bugs.webkit.org/show_bug.cgi?id=51517
+
+        * platform/qt-linux/editing: Removed.
+        * platform/qt-linux/editing/selection: Removed.
+        * platform/qt-linux/editing/selection/extend-to-line-boundary-expected.txt: Removed.
+        * platform/qt/Skipped: Add editing/selection/extend-to-line-boundary.html until fix.
+
 2011-01-24  Yury Semikhatsky  <yurys at chromium.org>
 
         Unreviewed. Update Chromium test expectations.
diff --git a/LayoutTests/platform/qt-linux/editing/selection/extend-to-line-boundary-expected.txt b/LayoutTests/platform/qt-linux/editing/selection/extend-to-line-boundary-expected.txt
deleted file mode 100644
index 22164b9..0000000
--- a/LayoutTests/platform/qt-linux/editing/selection/extend-to-line-boundary-expected.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-PASS for LTR
-FAIL for RTL, selection is 'וּרה שוּרה שוּרה ' but should be 'שוּרה שוּרה שוּרה '
-
-the quick brown fox jumps the quick brown fox jumps the quick brown fox jumps
-שוּרה שוּרה שוּרה שוּרה שוּרה שוּרה שוּרה שוּרה שוּרה
diff --git a/LayoutTests/platform/qt/Skipped b/LayoutTests/platform/qt/Skipped
index a13523a..2c0cdf4 100644
--- a/LayoutTests/platform/qt/Skipped
+++ b/LayoutTests/platform/qt/Skipped
@@ -1799,6 +1799,10 @@ editing/selection/context-menu-on-text.html
 # and https://bugs.webkit.org/show_bug.cgi?id=45021
 media/context-menu-actions.html
 
+# RTL: selection.modify("move", "forward", "line") when cursor is at start of a line does not move down a line
+# https://bugs.webkit.org/show_bug.cgi?id=51517
+editing/selection/extend-to-line-boundary.html
+
 # ============================================================================= #
 # Failing editing/spelling tests
 # ============================================================================= #

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list