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: https://svn.webkit.org/repository/webkit/trunk@6794
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
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}
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}
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 {}
+2004-06-08 Ken Kocienda <kocienda@apple.com>
+
+ 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@apple.com>
Reviewed by Hyatt