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

Unified Diff: LayoutTests/platform/mac/virtual/slimmingpaint/fast/inline/drawStyledEmptyInlines-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/virtual/slimmingpaint/fast/inline/drawStyledEmptyInlines-expected.txt
diff --git a/LayoutTests/platform/mac/virtual/slimmingpaint/fast/inline/drawStyledEmptyInlines-expected.txt b/LayoutTests/platform/mac/virtual/slimmingpaint/fast/inline/drawStyledEmptyInlines-expected.txt
index 7a10fe94835e280a9e2b3d04a19283879693e9f8..93a042dbe55f5c6376ed19d5a80facf9004e5d17 100644
--- a/LayoutTests/platform/mac/virtual/slimmingpaint/fast/inline/drawStyledEmptyInlines-expected.txt
+++ b/LayoutTests/platform/mac/virtual/slimmingpaint/fast/inline/drawStyledEmptyInlines-expected.txt
@@ -7,7 +7,7 @@ layer at (0,0) size 800x600
RenderText {#text} at (0,0) size 563x18
text run at (0,0) width 563: "This test verifies that we draw borders and and backgrounds for inlines without content."
RenderBlock (anonymous) at (0,18) size 784x18
- RenderBR {BR} at (0,0) size 0x18
+ LayoutBR {BR} at (0,0) size 0x18
RenderBlock {DIV} at (0,36) size 784x18
RenderText {#text} at (0,0) size 252x18
text run at (0,0) width 252: "There should be two blue boxes below:"
@@ -19,24 +19,24 @@ layer at (0,0) size 800x600
text run at (23,0) width 12: "A"
RenderText {#text} at (41,0) size 5x18
text run at (41,0) width 5: " "
- RenderBR {BR} at (0,0) size 0x0
- RenderBR {BR} at (0,18) size 0x18
+ LayoutBR {BR} at (0,0) size 0x0
+ LayoutBR {BR} at (0,18) size 0x18
RenderText {#text} at (0,36) size 267x18
text run at (0,36) width 267: "There should be a blue box after this text:"
RenderInline {A} at (0,0) size 11x28 [bgcolor=#0000FF]
RenderText {#text} at (276,36) size 5x18
text run at (276,36) width 5: " "
- RenderBR {BR} at (280,50) size 1x0
+ LayoutBR {BR} at (280,50) size 1x0
RenderInline {A} at (0,0) size 10x28 [bgcolor=#0000FF]
RenderText {#text} at (10,54) size 282x18
text run at (10,54) width 282: "There should be a blue box before this text. "
- RenderBR {BR} at (0,0) size 0x0
- RenderBR {BR} at (0,72) size 0x18
+ LayoutBR {BR} at (0,0) size 0x0
+ LayoutBR {BR} at (0,72) size 0x18
RenderInline {A} at (0,0) size 10x28
RenderText {#text} at (10,90) size 330x18
text run at (10,90) width 330: "There should be 10px of space left before this text. "
- RenderBR {BR} at (0,0) size 0x0
- RenderBR {BR} at (0,108) size 0x18
+ LayoutBR {BR} at (0,0) size 0x0
+ LayoutBR {BR} at (0,108) size 0x18
RenderBlock {P} at (0,196) size 784x36
RenderText {#text} at (0,0) size 196x18
text run at (0,0) width 196: "This text is before the anchor. "

Powered by Google App Engine
This is Rietveld 408576698