Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Unified Diff: LayoutTests/platform/win/editing/inserting/editing-empty-divs-expected.txt

Issue 58373002: Whitespace only text nodes need to be reattached when their siblings are reattached (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated js-test include Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/win/editing/inserting/editing-empty-divs-expected.txt
diff --git a/LayoutTests/platform/win/editing/inserting/editing-empty-divs-expected.txt b/LayoutTests/platform/win/editing/inserting/editing-empty-divs-expected.txt
index ee2a08c1fc27f70a7a9271f3878a18eb1ed3ba8d..8f22d6a7fb0f71911a8fa6995eddb493c2175f72 100644
--- a/LayoutTests/platform/win/editing/inserting/editing-empty-divs-expected.txt
+++ b/LayoutTests/platform/win/editing/inserting/editing-empty-divs-expected.txt
@@ -42,6 +42,7 @@ layer at (0,0) size 800x600
RenderBlock {DIV} at (0,240) size 707.59x22 [border: (1px dotted #0000FF)]
RenderText {#text} at (1,1) size 7x19
text run at (1,1) width 7: "c"
+ RenderText {#text} at (0,0) size 0x0
RenderBlock {P} at (0,278) size 784x20
RenderText {#text} at (0,0) size 220x19
text run at (0,0) width 220: "This div contains a self-closing p tag."
@@ -57,5 +58,6 @@ layer at (0,0) size 800x600
RenderBlock (anonymous) at (1,1) size 705.59x20
RenderText {#text} at (0,0) size 7x19
text run at (0,0) width 7: "c"
+ RenderText {#text} at (0,0) size 0x0
RenderBlock {P} at (1,37) size 705.59x0
caret: position 1 of child 0 {#text} of child 21 {DIV} of body

Powered by Google App Engine
This is Rietveld 408576698