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

Unified Diff: LayoutTests/platform/mac/editing/deleting/delete-at-paragraph-boundaries-011-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/deleting/delete-at-paragraph-boundaries-011-expected.txt
diff --git a/LayoutTests/platform/mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt b/LayoutTests/platform/mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt
index 2f02ff71acb1dd21cb8ac913292097487ae7450c..c83788af93f9d3fd0ec40c6bb327129ee279a5f3 100644
--- a/LayoutTests/platform/mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt
+++ b/LayoutTests/platform/mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt
@@ -12,22 +12,22 @@ layer at (0,0) size 800x600
RenderBlock {DIV} at (14,14) size 756x84
RenderText {#text} at (0,0) size 68x28
text run at (0,0) width 68: "Tests: "
- RenderBR {BR} at (0,0) size 0x0
+ LayoutBR {BR} at (0,0) size 0x0
RenderText {#text} at (0,28) size 625x28
text run at (0,28) width 625: "Delete at the end of document when there is a BR following a P. "
- RenderBR {BR} at (624,50) size 1x0
+ LayoutBR {BR} at (624,50) size 1x0
RenderText {#text} at (0,56) size 438x28
text run at (0,56) width 438: "This is a test case for rdar://problem/4110366"
RenderBlock {DIV} at (14,114) size 756x112
RenderText {#text} at (0,0) size 190x28
text run at (0,0) width 190: "Expected Results: "
- RenderBR {BR} at (189,22) size 1x0
+ LayoutBR {BR} at (189,22) size 1x0
RenderText {#text} at (0,28) size 715x56
text run at (0,28) width 239: "Red box with four lines. "
text run at (238,28) width 477: "The second line is a nested red box with the word"
text run at (0,56) width 80: "\"hello\". "
text run at (79,56) width 312: "The other three lines are empty. "
- RenderBR {BR} at (390,78) size 1x0
+ LayoutBR {BR} at (390,78) size 1x0
RenderText {#text} at (0,84) size 461x28
text run at (0,84) width 461: "Selection is a caret at the start of the fourth line."
RenderBlock {DIV} at (0,264) size 784x140 [border: (2px solid #FF0000)]
@@ -35,5 +35,5 @@ layer at (0,0) size 800x600
RenderText {#text} at (2,2) size 48x28
text run at (2,2) width 48: "hello"
RenderBlock {P} at (2,82) size 780x32 [border: (2px solid #FF0000)]
- RenderBR {BR} at (2,2) size 0x28
+ LayoutBR {BR} at (2,2) size 0x28
caret: position 0 of child 0 {BR} of child 1 {P} of child 3 {DIV} of body

Powered by Google App Engine
This is Rietveld 408576698