From 959e011bb14f17775165923525bab1665d964490 Mon Sep 17 00:00:00 2001 From: kocienda Date: Mon, 25 Oct 2004 22:05:19 +0000 Subject: [PATCH] Reviewed by me Oops. These two test results changed with my last checkin, for the better. * layout-tests/editing/deleting/delete-3800834-fix-expected.txt * layout-tests/editing/inserting/insert-3775316-fix-expected.txt git-svn-id: https://svn.webkit.org/repository/webkit/trunk@7891 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- .../editing/deleting/delete-3800834-fix-expected.txt | 3 +-- .../inserting/insert-3775316-fix-expected.txt | 20 +++++++++----------- WebCore/ChangeLog-2005-08-23 | 9 +++++++++ 3 files changed, 19 insertions(+), 13 deletions(-) diff --git a/LayoutTests/editing/deleting/delete-3800834-fix-expected.txt b/LayoutTests/editing/deleting/delete-3800834-fix-expected.txt index 8cc4f31..340feaa 100644 --- a/LayoutTests/editing/deleting/delete-3800834-fix-expected.txt +++ b/LayoutTests/editing/deleting/delete-3800834-fix-expected.txt @@ -11,8 +11,7 @@ layer at (0,0) size 800x600 RenderBlock (anonymous) at (14,42) size 756x0 RenderBlock (anonymous) at (14,42) size 756x0 RenderInline {SPAN} at (0,0) size 0x0 - RenderText {TEXT} at (0,0) size 0x0 selection is CARET: start: position 3 of child 1 {TEXT} of child 2 {SPAN} of root {DIV} upstream: position 3 of child 1 {TEXT} of child 2 {SPAN} of root {DIV} -downstream: position 1 of child 3 {TEXT} of root {DIV} +downstream: position 3 of child 1 {TEXT} of child 2 {SPAN} of root {DIV} diff --git a/LayoutTests/editing/inserting/insert-3775316-fix-expected.txt b/LayoutTests/editing/inserting/insert-3775316-fix-expected.txt index 0ebe4539..e959819 100644 --- a/LayoutTests/editing/inserting/insert-3775316-fix-expected.txt +++ b/LayoutTests/editing/inserting/insert-3775316-fix-expected.txt @@ -4,15 +4,13 @@ layer at (0,0) size 800x600 RenderBlock {HTML} at (0,0) size 800x600 RenderBody {BODY} at (8,8) size 784x584 RenderBlock {DIV} at (0,0) size 784x84 [border: (2px solid #FF0000)] - RenderInline {SPAN} at (0,0) size 12x56 - RenderText {TEXT} at (14,14) size 12x28 - text run at (14,14) width 12: "x" - RenderBR {BR} at (0,0) size 0x0 - RenderText {TEXT} at (14,42) size 12x28 - text run at (14,42) width 12: "x" - RenderBR {BR} at (0,0) size 0x0 - RenderText {TEXT} at (0,0) size 0x0 + RenderText {TEXT} at (14,14) size 12x28 + text run at (14,14) width 12: "x" + RenderBR {BR} at (0,0) size 0x0 + RenderText {TEXT} at (14,42) size 12x28 + text run at (14,42) width 12: "x" + RenderBR {BR} at (0,0) size 0x0 selection is CARET: -start: position 1 of child 3 {TEXT} of child 1 {SPAN} of root {DIV} -upstream: position 1 of child 3 {TEXT} of child 1 {SPAN} of root {DIV} -downstream: position 0 of child 4 {BR} of child 1 {SPAN} of root {DIV} +start: position 1 of child 3 {TEXT} of root {DIV} +upstream: position 1 of child 3 {TEXT} of root {DIV} +downstream: position 0 of child 4 {BR} of root {DIV} diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23 index b00055e..aacde25 100644 --- a/WebCore/ChangeLog-2005-08-23 +++ b/WebCore/ChangeLog-2005-08-23 @@ -1,5 +1,14 @@ 2004-10-25 Ken Kocienda + Reviewed by me + + Oops. These two test results changed with my last checkin, for the better. + + * layout-tests/editing/deleting/delete-3800834-fix-expected.txt + * layout-tests/editing/inserting/insert-3775316-fix-expected.txt + +2004-10-25 Ken Kocienda + Reviewed by Chris Fix for this bug: -- 1.8.3.1