[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

philn at webkit.org philn at webkit.org
Fri Feb 26 22:25:33 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 6a9bb1b9f75d42b391c7f54e3685d7c216d963f2
Author: philn at webkit.org <philn at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Feb 19 09:18:53 2010 +0000

    2010-02-19  Philippe Normand  <pnormand at igalia.com>
    
            Rubber-stamped by Xan Lopez.
    
            Adding a GTK layout test result for a new test
            added in r54980.
    
            * platform/gtk/editing/selection/extend-after-mouse-selection-expected.txt: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55007 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index f3589d9..179ca91 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -3,6 +3,15 @@
         Rubber-stamped by Xan Lopez.
 
         Adding a GTK layout test result for a new test
+        added in r54980.
+
+        * platform/gtk/editing/selection/extend-after-mouse-selection-expected.txt: Added.
+
+2010-02-19  Philippe Normand  <pnormand at igalia.com>
+
+        Rubber-stamped by Xan Lopez.
+
+        Adding a GTK layout test result for a new test
         added in r54982.
 
         * platform/gtk/fast/repaint/selection-gap-overflow-scroll-2-expected.txt: Added.
diff --git a/LayoutTests/platform/gtk/editing/selection/extend-after-mouse-selection-expected.txt b/LayoutTests/platform/gtk/editing/selection/extend-after-mouse-selection-expected.txt
new file mode 100644
index 0000000..9987a04
--- /dev/null
+++ b/LayoutTests/platform/gtk/editing/selection/extend-after-mouse-selection-expected.txt
@@ -0,0 +1,12 @@
+a bc 
+d ef 
+ghi
+PASS Selection is [anchorNode: [object Text](bc) anchorOffset: 0 focusNode: [object Text](ef) focusOffset: 2 isCollapsed: false]
+PASS Selection is [anchorNode: [object Text](ef) anchorOffset: 2 focusNode: [object Text](a ) focusOffset: 1 isCollapsed: false]
+PASS Selection is [anchorNode: [object Text](ef) anchorOffset: 2 focusNode: [object Text](bc) focusOffset: 0 isCollapsed: false]
+FAIL Selection is [anchorNode: [object Text]( ) anchorOffset: 0 focusNode: [object Text]( ) focusOffset: 1 isCollapsed: false] should be at anchorNode: [object Text] anchorOffset: 2 focusNode: [object HTMLElement] focusOffset: 3
+FAIL Selection is [anchorNode: [object Text](ef) anchorOffset: 2 focusNode: [object Text](d ) focusOffset: 0 isCollapsed: false] should be at anchorNode: [object Text] anchorOffset: 2 focusNode: [object Text] focusOffset: 0
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list