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

Unified Diff: LayoutTests/platform/win/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/editing/inserting/insert-text-with-newlines-expected.txt
diff --git a/LayoutTests/platform/win/editing/inserting/insert-text-with-newlines-expected.txt b/LayoutTests/platform/win/editing/inserting/insert-text-with-newlines-expected.txt
index a5e5dbd20fffb6d59c8298f6eaefcc6b3f5479bd..637afc77d7784d838017f5a008bf21c23c766683 100644
--- a/LayoutTests/platform/win/editing/inserting/insert-text-with-newlines-expected.txt
+++ b/LayoutTests/platform/win/editing/inserting/insert-text-with-newlines-expected.txt
@@ -45,14 +45,14 @@ layer at (0,0) size 800x600
RenderInline {SPAN} at (0,0) size 80x107
RenderText {#text} at (14,14) size 80x26
text run at (14,14) width 80: "Foo xxx"
- RenderBR {BR} at (93,35) size 1x0
+ LayoutBR {BR} at (93,35) size 1x0
RenderInline {I} at (0,0) size 34x26
RenderText {#text} at (14,41) size 34x26
text run at (14,41) width 34: "bar"
RenderText {#text} at (47,41) size 43x26
text run at (47,41) width 43: " xxx"
- RenderBR {BR} at (89,62) size 1x0
- RenderBR {BR} at (14,68) size 0x26
+ LayoutBR {BR} at (89,62) size 1x0
+ LayoutBR {BR} at (14,68) size 0x26
RenderText {#text} at (14,95) size 70x26
text run at (14,95) 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