[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:44:30 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 7d5aa89660f0588baed85cf50a4542234ba6e27e
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Jun 8 21:53:14 2004 +0000
Reviewed by Hyatt
Changes to the selection state for these tests as a result of my previous
checkin. The changes are minor to a couple of offsets. I looked at the
changes and approve them.
* layout-tests/editing/deleting/delete-block-contents-001-expected.txt
* layout-tests/editing/deleting/delete-block-contents-002-expected.txt
* layout-tests/editing/deleting/delete-block-contents-003-expected.txt
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6794 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/editing/deleting/delete-block-contents-001-expected.txt b/LayoutTests/editing/deleting/delete-block-contents-001-expected.txt
index a7cc166..658c9f7 100644
--- a/LayoutTests/editing/deleting/delete-block-contents-001-expected.txt
+++ b/LayoutTests/editing/deleting/delete-block-contents-001-expected.txt
@@ -5,6 +5,6 @@ layer at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x584
RenderBlock {DIV} at (0,0) size 784x56 [border: (2px solid #FF0000)]
selection is CARET:
-start: position 1 of of root {DIV}
+start: position 0 of of root {DIV}
upstream: position 0 of of root {DIV}
-downstream: position 1 of of root {DIV}
+downstream: position 0 of of root {DIV}
diff --git a/LayoutTests/editing/deleting/delete-block-contents-002-expected.txt b/LayoutTests/editing/deleting/delete-block-contents-002-expected.txt
index a7cc166..658c9f7 100644
--- a/LayoutTests/editing/deleting/delete-block-contents-002-expected.txt
+++ b/LayoutTests/editing/deleting/delete-block-contents-002-expected.txt
@@ -5,6 +5,6 @@ layer at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x584
RenderBlock {DIV} at (0,0) size 784x56 [border: (2px solid #FF0000)]
selection is CARET:
-start: position 1 of of root {DIV}
+start: position 0 of of root {DIV}
upstream: position 0 of of root {DIV}
-downstream: position 1 of of root {DIV}
+downstream: position 0 of of root {DIV}
diff --git a/LayoutTests/editing/deleting/delete-block-contents-003-expected.txt b/LayoutTests/editing/deleting/delete-block-contents-003-expected.txt
index 17acae9..0dff542 100644
--- a/LayoutTests/editing/deleting/delete-block-contents-003-expected.txt
+++ b/LayoutTests/editing/deleting/delete-block-contents-003-expected.txt
@@ -12,6 +12,6 @@ layer at (0,0) size 800x600
RenderText {TEXT} at (0,0) size 0x0
RenderBlock {DIV} at (0,56) size 784x56 [border: (2px solid #FF0000)]
selection is CARET:
-start: position 1 of child 3 {DIV} of child 2 {BODY} of child 1 {HTML} of root {}
+start: position 0 of child 3 {DIV} of child 2 {BODY} of child 1 {HTML} of root {}
upstream: position 0 of child 3 {DIV} of child 2 {BODY} of child 1 {HTML} of root {}
-downstream: position 1 of child 3 {DIV} of child 2 {BODY} of child 1 {HTML} of root {}
+downstream: position 0 of child 3 {DIV} of child 2 {BODY} of child 1 {HTML} of root {}
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 4dbfacb..1d6501c 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -2,6 +2,18 @@
Reviewed by Hyatt
+ Changes to the selection state for these tests as a result of my previous
+ checkin. The changes are minor to a couple of offsets. I looked at the
+ changes and approve them.
+
+ * layout-tests/editing/deleting/delete-block-contents-001-expected.txt
+ * layout-tests/editing/deleting/delete-block-contents-002-expected.txt
+ * layout-tests/editing/deleting/delete-block-contents-003-expected.txt
+
+2004-06-08 Ken Kocienda <kocienda at apple.com>
+
+ Reviewed by Hyatt
+
Fix for this bug:
<rdar://problem/3654841>: "Hitting delete key with start of block selected
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list