RenderBlock {DIV} at (0,40) size 784x56 [border: (2px solid #FF0000)]
RenderText {TEXT} at (14,14) size 34x28
text run at (14,14) width 34: "baz"
- RenderBlock {P} at (0,98) size 784x28 [border: (2px solid #0000FF)]
- RenderBlock (anonymous) at (0,128) size 784x28
+ RenderBlock {P} at (0,96) size 784x28 [border: (2px solid #0000FF)]
+ RenderBlock (anonymous) at (0,124) size 784x28
RenderText {TEXT} at (0,0) size 31x28
text run at (0,0) width 31: "bar"
- RenderBlock {DIV} at (0,156) size 784x56 [border: (2px solid #FF0000)]
+ RenderBlock {DIV} at (0,152) size 784x56 [border: (2px solid #FF0000)]
RenderText {TEXT} at (14,14) size 32x28
text run at (14,14) width 32: "foo"
- RenderBlock {DIV} at (0,212) size 784x56 [border: (2px solid #FF0000)]
+ RenderBlock {DIV} at (0,208) size 784x56 [border: (2px solid #FF0000)]
RenderBR {BR} at (14,14) size 0x28
selection is CARET:
start: position 0 of child 6 {TEXT} of root {BODY}
RenderBlock (anonymous) at (0,96) size 784x28
RenderText {TEXT} at (0,0) size 31x28
text run at (0,0) width 31: "bar"
- RenderBlock {P} at (0,126) size 784x28 [border: (2px solid #0000FF)]
- RenderBlock {DIV} at (0,156) size 784x56 [border: (2px solid #FF0000)]
+ RenderBlock {P} at (0,124) size 784x28 [border: (2px solid #0000FF)]
+ RenderBlock {DIV} at (0,152) size 784x56 [border: (2px solid #FF0000)]
RenderText {TEXT} at (14,14) size 32x28
text run at (14,14) width 32: "foo"
- RenderBlock {DIV} at (0,212) size 784x56 [border: (2px solid #FF0000)]
+ RenderBlock {DIV} at (0,208) size 784x56 [border: (2px solid #FF0000)]
RenderBR {BR} at (14,14) size 0x28
selection is CARET:
start: position 0 of child 6 {P} of root {BODY}
+2004-12-17 Ken Kocienda <kocienda@apple.com>
+
+ Reviewed by me
+
+ Changes in layout resulting from giving <p> elements no margin rather than 0.1em margin.
+
+ * layout-tests/editing/inserting/insert-div-013-expected.txt
+ * layout-tests/editing/inserting/insert-div-014-expected.txt
+
2004-12-17 Ken Kocienda <kocienda@apple.com>
Reviewed by John