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

Unified Diff: LayoutTests/platform/mac/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/mac/editing/inserting/insert-text-with-newlines-expected.txt
diff --git a/LayoutTests/platform/mac/editing/inserting/insert-text-with-newlines-expected.txt b/LayoutTests/platform/mac/editing/inserting/insert-text-with-newlines-expected.txt
index cf99e9d4fa09a3c9a28a0192e8d6982388ca2006..852f634da80eb452f9c20996298fc0339b688e76 100644
--- a/LayoutTests/platform/mac/editing/inserting/insert-text-with-newlines-expected.txt
+++ b/LayoutTests/platform/mac/editing/inserting/insert-text-with-newlines-expected.txt
@@ -45,14 +45,14 @@ layer at (0,0) size 800x600
RenderInline {SPAN} at (0,0) size 80x112
RenderText {#text} at (14,14) size 80x28
text run at (14,14) width 80: "Foo xxx"
- RenderBR {BR} at (93,36) size 1x0
+ LayoutBR {BR} at (93,36) size 1x0
RenderInline {I} at (0,0) size 34x28
RenderText {#text} at (14,42) size 34x28
text run at (14,42) width 34: "bar"
RenderText {#text} at (47,42) size 43x28
text run at (47,42) width 43: " xxx"
- RenderBR {BR} at (89,64) size 1x0
- RenderBR {BR} at (14,70) size 0x28
+ LayoutBR {BR} at (89,64) size 1x0
+ LayoutBR {BR} at (14,70) size 0x28
RenderText {#text} at (14,98) size 70x28
text run at (14,98) width 70: "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