Hyatt made an improvement in the render tree which caused the results
to get a little thinner.
* layout-tests/editing/deleting/delete-block-merge-contents-001-expected.txt.
* layout-tests/editing/deleting/delete-block-merge-contents-008-expected.txt.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@7669
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
RenderBody {BODY} at (8,8) size 784x584
RenderBlock {DIV} at (0,0) size 784x56 [border: (2px solid #FF0000)]
RenderBlock {DIV} at (14,14) size 756x28
- RenderBlock (anonymous) at (0,0) size 756x28
- RenderText {TEXT} at (0,0) size 40x28
- text run at (0,0) width 40: "One"
- RenderText {TEXT} at (40,0) size 44x28
- text run at (40,0) width 44: "Two"
+ RenderText {TEXT} at (0,0) size 40x28
+ text run at (0,0) width 40: "One"
+ RenderText {TEXT} at (40,0) size 44x28
+ text run at (40,0) width 44: "Two"
selection is CARET:
start: position 3 of child 1 {TEXT} of child 2 {DIV} of root {DIV}
upstream: position 3 of child 1 {TEXT} of child 2 {DIV} of root {DIV}
RenderText {TEXT} at (0,0) size 57x28
text run at (0,0) width 57: "Three"
RenderBlock {DIV} at (0,56) size 756x28
- RenderBlock (anonymous) at (0,0) size 756x28
- RenderText {TEXT} at (0,0) size 45x28
- text run at (0,0) width 45: "Four"
+ RenderText {TEXT} at (0,0) size 45x28
+ text run at (0,0) width 45: "Four"
selection is CARET:
start: position 3 of child 1 {TEXT} of child 2 {DIV} of root {DIV}
upstream: position 3 of child 1 {TEXT} of child 2 {DIV} of root {DIV}
+2004-09-24 Ken Kocienda <kocienda@apple.com>
+
+ Reviewed by me
+
+ Hyatt made an improvement in the render tree which caused the results
+ to get a little thinner.
+
+ * layout-tests/editing/deleting/delete-block-merge-contents-001-expected.txt.
+ * layout-tests/editing/deleting/delete-block-merge-contents-008-expected.txt.
+
2004-09-24 Ken Kocienda <kocienda@apple.com>
Reviewed by Hyatt