[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:50:32 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit effe19d75529e90db83ea5d8b4ec10db570c25a2
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jul 14 21:45:30 2004 +0000

            Reviewed by Hyatt
    
            Updated these layout tests as a result of the last patch.
            These results are better.
    
            * layout-tests/editing/execCommand/selectAll-expected.txt
            * layout-tests/editing/selection/extend-by-character-006-expected.txt
            * layout-tests/editing/selection/unrendered-001-expected.txt
            * layout-tests/editing/selection/unrendered-003-expected.txt
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@7029 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/editing/execCommand/selectAll-expected.txt b/LayoutTests/editing/execCommand/selectAll-expected.txt
index 692724a..d1013cd 100644
--- a/LayoutTests/editing/execCommand/selectAll-expected.txt
+++ b/LayoutTests/editing/execCommand/selectAll-expected.txt
@@ -39,6 +39,6 @@ selection is RANGE:
 start:      position 0 of child 1 {TEXT} of child 2 {SPAN} of root {DIV}
 upstream:   position 0 of child 1 {TEXT} of root {DIV}
 downstream: position 0 of child 1 {TEXT} of child 2 {SPAN} of root {DIV}
-end:        position 1 of child 3 {TEXT} of root {DIV}
-upstream:   position 0 of child 3 {TEXT} of child 2 {SPAN} of root {DIV}
-downstream: position 1 of child 3 {TEXT} of root {DIV}
+end:        position 562 of child 1 {TEXT} of child 2 {P} of child 2 {SPAN} of root {DIV}
+upstream:   position 562 of child 1 {TEXT} of child 2 {P} of child 2 {SPAN} of root {DIV}
+downstream: position 563 of child 1 {TEXT} of child 2 {P} of child 2 {SPAN} of root {DIV}
diff --git a/LayoutTests/editing/selection/extend-by-character-006-expected.txt b/LayoutTests/editing/selection/extend-by-character-006-expected.txt
index 371238b..1dfbd17 100644
--- a/LayoutTests/editing/selection/extend-by-character-006-expected.txt
+++ b/LayoutTests/editing/selection/extend-by-character-006-expected.txt
@@ -11,7 +11,7 @@ layer at (0,0) size 800x600
         RenderText {TEXT} at (0,0) size 0x0
         RenderText {TEXT} at (0,0) size 0x0
 selection is RANGE:
-start:      position 0 of child 1 {TEXT} of child 1 {SPAN} of root {DIV}
+start:      position 1 of child 1 {TEXT} of child 1 {SPAN} of root {DIV}
 upstream:   position 0 of child 1 {TEXT} of child 1 {SPAN} of root {DIV}
 downstream: position 1 of child 1 {TEXT} of child 1 {SPAN} of root {DIV}
 end:        position 4 of child 1 {TEXT} of child 1 {SPAN} of root {DIV}
diff --git a/LayoutTests/editing/selection/unrendered-001-expected.txt b/LayoutTests/editing/selection/unrendered-001-expected.txt
index 42c1a42..baf66b3 100644
--- a/LayoutTests/editing/selection/unrendered-001-expected.txt
+++ b/LayoutTests/editing/selection/unrendered-001-expected.txt
@@ -10,6 +10,6 @@ layer at (0,0) size 820x585
         RenderText {TEXT} at (106,84) size 40x48
           text run at (106,84) width 40: " baz"
 selection is CARET:
-start:      position 2 of child 1 {TEXT} of child 3 {SPAN} of root {DIV}
+start:      position 0 of child 4 {TEXT} of root {DIV}
 upstream:   position 3 of child 1 {TEXT} of child 2 {SPAN} of root {DIV}
 downstream: position 0 of child 4 {TEXT} of root {DIV}
diff --git a/LayoutTests/editing/selection/unrendered-003-expected.txt b/LayoutTests/editing/selection/unrendered-003-expected.txt
index b6defb6..8523c5d 100644
--- a/LayoutTests/editing/selection/unrendered-003-expected.txt
+++ b/LayoutTests/editing/selection/unrendered-003-expected.txt
@@ -10,7 +10,7 @@ layer at (0,0) size 820x585
         RenderText {TEXT} at (106,84) size 40x48
           text run at (106,84) width 40: " baz"
 selection is RANGE:
-start:      position 2 of child 1 {TEXT} of child 3 {SPAN} of root {DIV}
+start:      position 0 of child 4 {TEXT} of root {DIV}
 upstream:   position 3 of child 1 {TEXT} of child 2 {SPAN} of root {DIV}
 downstream: position 0 of child 4 {TEXT} of root {DIV}
 end:        position 1 of child 4 {TEXT} of root {DIV}
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 39aa2a1..f13da11 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,6 +1,18 @@
 2004-07-14  Ken Kocienda  <kocienda at apple.com>
 
         Reviewed by Hyatt
+        
+        Updated these layout tests as a result of the last patch.
+        These results are better.
+
+        * layout-tests/editing/execCommand/selectAll-expected.txt
+        * layout-tests/editing/selection/extend-by-character-006-expected.txt
+        * layout-tests/editing/selection/unrendered-001-expected.txt
+        * layout-tests/editing/selection/unrendered-003-expected.txt
+
+2004-07-14  Ken Kocienda  <kocienda at apple.com>
+
+        Reviewed by Hyatt
 
         * khtml/rendering/render_block.cpp: 
         (khtml::RenderBlock::paintObject): Change back to start() from caretPosition().

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list