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

Unified Diff: LayoutTests/platform/win-xp/editing/inserting/insert-text-with-newlines-expected.txt

Issue 931633003: Move and rename RenderBR to LayoutBR. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 months 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-xp/editing/inserting/insert-text-with-newlines-expected.txt
diff --git a/LayoutTests/platform/win-xp/editing/inserting/insert-text-with-newlines-expected.txt b/LayoutTests/platform/win-xp/editing/inserting/insert-text-with-newlines-expected.txt
index d2a28eb106dece9bc946ab8897fe6a4e333a4c35..6338be02fa92f9f46c2147542a564aa562781560 100644
--- a/LayoutTests/platform/win-xp/editing/inserting/insert-text-with-newlines-expected.txt
+++ b/LayoutTests/platform/win-xp/editing/inserting/insert-text-with-newlines-expected.txt
@@ -45,14 +45,14 @@ layer at (0,0) size 800x600
RenderInline {SPAN} at (0,0) size 79x111
RenderText {#text} at (14,14) size 79x27
text run at (14,14) width 79: "Foo xxx"
- RenderBR {BR} at (93,35) size 0x0
+ LayoutBR {BR} at (93,35) size 0x0
RenderInline {I} at (0,0) size 34x27
RenderText {#text} at (14,42) size 34x27
text run at (14,42) width 34: "bar"
RenderText {#text} at (48,42) size 42x27
text run at (48,42) width 42: " xxx"
- RenderBR {BR} at (90,63) size 0x0
- RenderBR {BR} at (14,70) size 0x27
+ LayoutBR {BR} at (90,63) size 0x0
+ LayoutBR {BR} at (14,70) size 0x27
RenderText {#text} at (14,98) size 69x27
text run at (14,98) width 69: "bazxxx"
caret: position 6 of child 6 {#text} of child 1 {SPAN} of child 1 {DIV} of body

Powered by Google App Engine
This is Rietveld 408576698