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

Unified Diff: LayoutTests/platform/linux/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/linux/fast/inline/drawStyledEmptyInlines-expected.txt
diff --git a/LayoutTests/platform/linux/fast/inline/drawStyledEmptyInlines-expected.txt b/LayoutTests/platform/linux/fast/inline/drawStyledEmptyInlines-expected.txt
index 75ebf2fbb1d0e2f18239ecc0c66e42c9b8f521ff..5437f700e07fe42c4f1ef594966389e0e56ffa4b 100644
--- a/LayoutTests/platform/linux/fast/inline/drawStyledEmptyInlines-expected.txt
+++ b/LayoutTests/platform/linux/fast/inline/drawStyledEmptyInlines-expected.txt
@@ -7,7 +7,7 @@ layer at (0,0) size 800x600
RenderText {#text} at (0,0) size 525x19
text run at (0,0) width 525: "This test verifies that we draw borders and and backgrounds for inlines without content."
RenderBlock (anonymous) at (0,20) size 784x20
- RenderBR {BR} at (0,0) size 0x19
+ LayoutBR {BR} at (0,0) size 0x19
RenderBlock {DIV} at (0,40) size 784x20
RenderText {#text} at (0,0) size 237x19
text run at (0,0) width 237: "There should be two blue boxes below:"
@@ -19,24 +19,24 @@ layer at (0,0) size 800x600
text run at (23,0) width 11: "A"
RenderText {#text} at (41,0) size 4x19
text run at (41,0) width 4: " "
- RenderBR {BR} at (0,0) size 0x0
- RenderBR {BR} at (0,20) size 0x19
+ LayoutBR {BR} at (0,0) size 0x0
+ LayoutBR {BR} at (0,20) size 0x19
RenderText {#text} at (0,40) size 248x19
text run at (0,40) width 248: "There should be a blue box after this text:"
RenderInline {A} at (0,0) size 10x29 [bgcolor=#0000FF]
RenderText {#text} at (258,40) size 4x19
text run at (258,40) width 4: " "
- RenderBR {BR} at (262,55) size 0x0
+ LayoutBR {BR} at (262,55) size 0x0
RenderInline {A} at (0,0) size 10x29 [bgcolor=#0000FF]
RenderText {#text} at (10,60) size 265x19
text run at (10,60) width 265: "There should be a blue box before this text. "
- RenderBR {BR} at (0,0) size 0x0
- RenderBR {BR} at (0,80) size 0x19
+ LayoutBR {BR} at (0,0) size 0x0
+ LayoutBR {BR} at (0,80) size 0x19
RenderInline {A} at (0,0) size 10x29
RenderText {#text} at (10,100) size 310x19
text run at (10,100) width 310: "There should be 10px of space left before this text. "
- RenderBR {BR} at (0,0) size 0x0
- RenderBR {BR} at (0,120) size 0x19
+ LayoutBR {BR} at (0,0) size 0x0
+ LayoutBR {BR} at (0,120) size 0x19
RenderBlock {P} at (0,216) size 784x40
RenderText {#text} at (0,0) size 182x19
text run at (0,0) width 182: "This text is before the anchor. "

Powered by Google App Engine
This is Rietveld 408576698