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

Unified Diff: LayoutTests/platform/mac/css1/text_properties/text_indent-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/css1/text_properties/text_indent-expected.txt
diff --git a/LayoutTests/platform/mac/css1/text_properties/text_indent-expected.txt b/LayoutTests/platform/mac/css1/text_properties/text_indent-expected.txt
index fd25e284fd3f5611a644e65295aeb20aa91c4be1..e6dc0c4da96c12512ee60365ca333a30eafaec75 100644
--- a/LayoutTests/platform/mac/css1/text_properties/text_indent-expected.txt
+++ b/LayoutTests/platform/mac/css1/text_properties/text_indent-expected.txt
@@ -62,10 +62,10 @@ layer at (0,0) size 785x1246 backgroundClip at (0,0) size 785x600 clip at (0,0)
RenderBlock {P} at (0,572) size 769x54 [bgcolor=#00FFFF]
RenderText {#text} at (48,0) size 426x18
text run at (48,0) width 426: "Only the first line of this sentence should be indented half an inch,"
- RenderBR {BR} at (473,14) size 1x0
+ LayoutBR {BR} at (473,14) size 1x0
RenderText {#text} at (0,18) size 266x18
text run at (0,18) width 266: "no matter where the lines might start, and"
- RenderBR {BR} at (265,32) size 1x0
+ LayoutBR {BR} at (265,32) size 1x0
RenderInline {EM} at (0,0) size 202x18
RenderText {#text} at (0,36) size 202x18
text run at (0,36) width 202: "regardless of any other markup"
@@ -120,10 +120,10 @@ layer at (0,0) size 785x1246 backgroundClip at (0,0) size 785x600 clip at (0,0)
RenderBlock {P} at (4,346) size 747x54 [bgcolor=#00FFFF]
RenderText {#text} at (48,0) size 426x18
text run at (48,0) width 426: "Only the first line of this sentence should be indented half an inch,"
- RenderBR {BR} at (473,14) size 1x0
+ LayoutBR {BR} at (473,14) size 1x0
RenderText {#text} at (0,18) size 266x18
text run at (0,18) width 266: "no matter where the lines might start, and"
- RenderBR {BR} at (265,32) size 1x0
+ LayoutBR {BR} at (265,32) size 1x0
RenderInline {EM} at (0,0) size 202x18
RenderText {#text} at (0,36) size 202x18
text run at (0,36) width 202: "regardless of any other markup"

Powered by Google App Engine
This is Rietveld 408576698