Updated some layout test results that changed as a result of my last checking.
Added a new test that has been in my tree for a few days.
* layout-tests/editing/deleting/delete-
3775172-fix-expected.txt:
* layout-tests/editing/deleting/delete-
3800834-fix-expected.txt:
* layout-tests/editing/inserting/insert-
3851164-fix-expected.txt: Added.
* layout-tests/editing/inserting/insert-
3851164-fix.html: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@7973
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
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 784x18
- RenderBR {BR} at (0,0) size 0x18
selection is CARET:
-start: position 0 of child 1 {BR} of root {DIV}
-upstream: position 0 of of root {DIV}
-downstream: position 0 of child 1 {BR} of root {DIV}
+start: position 0 of child 2 {BODY} of child 1 {HTML} of root {}
+upstream: position 0 of child 2 {BODY} of child 1 {HTML} of root {}
+downstream: position 1 of child 2 {TEXT} of child 2 {BODY} of child 1 {HTML} of root {}
RenderBlock {BLOCKQUOTE} at (40,0) size 676x0
RenderBlock (anonymous) at (14,66) 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}
--- /dev/null
+layer at (0,0) size 800x600
+ RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderBlock (anonymous) at (0,0) size 784x28
+ RenderInline {SPAN} at (0,0) size 12x28
+ RenderText {TEXT} at (0,0) size 12x28
+ text run at (0,0) width 12: "x"
+ RenderText {TEXT} at (0,0) size 0x0
+ RenderText {TEXT} at (0,0) size 0x0
+selection is CARET:
+start: position 1 of child 1 {TEXT} of child 1 {SPAN} of root {BODY}
+upstream: position 1 of child 1 {TEXT} of child 1 {SPAN} of root {BODY}
+downstream: position 1 of child 3 {TEXT} of root {BODY}
--- /dev/null
+<html>
+<head>
+
+<style>
+.editing {
+ word-wrap: break-word;
+ -khtml-nbsp-mode: space;
+ -khtml-line-break: after-white-space;
+}
+</style>
+<script src=../editing.js language="JavaScript" type="text/JavaScript" ></script>
+
+<script>
+
+function editingTest() {
+ selectAllCommand();
+ deleteCommand();
+ typeCharacterCommand();
+}
+
+</script>
+
+<title>Editing Test</title>
+</head>
+<body contenteditable id="root" class="editing"><P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 24.0px Gill Sans">@@ -571,6 +607,7 @@</P>
+
+<script>
+runEditingTest();
+</script>
+
+</body>
+</html>
-2004-11-10 Ken Kocienda <kocienda@apple.com>
+2004-11-11 Ken Kocienda <kocienda@apple.com>
+
+ Reviewed by John
+
+ Updated some layout test results that changed as a result of my last checking.
+ Added a new test that has been in my tree for a few days.
+
+ * layout-tests/editing/deleting/delete-3775172-fix-expected.txt:
+ * layout-tests/editing/deleting/delete-3800834-fix-expected.txt:
+ * layout-tests/editing/inserting/insert-3851164-fix-expected.txt: Added.
+ * layout-tests/editing/inserting/insert-3851164-fix.html: Added.
+
+2004-11-11 Ken Kocienda <kocienda@apple.com>
Reviewed by John