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

Unified Diff: LayoutTests/platform/win-xp/virtual/slimmingpaint/fast/inline-block/contenteditable-baseline-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-xp/virtual/slimmingpaint/fast/inline-block/contenteditable-baseline-expected.txt
diff --git a/LayoutTests/platform/win-xp/virtual/slimmingpaint/fast/inline-block/contenteditable-baseline-expected.txt b/LayoutTests/platform/win-xp/virtual/slimmingpaint/fast/inline-block/contenteditable-baseline-expected.txt
index 8227630f029d11530d08788e8c48a094bc9b7d8f..a580a5bbf59d69b469bb2028ed99abbafefcdac7 100644
--- a/LayoutTests/platform/win-xp/virtual/slimmingpaint/fast/inline-block/contenteditable-baseline-expected.txt
+++ b/LayoutTests/platform/win-xp/virtual/slimmingpaint/fast/inline-block/contenteditable-baseline-expected.txt
@@ -5,14 +5,14 @@ layer at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x584
RenderText {#text} at (0,0) size 474x19
text run at (0,0) width 474: "This tests that contenteditable elements, with no children, get the right baseline. "
- RenderBR {BR} at (474,15) size 0x0
- RenderBR {BR} at (0,20) size 0x19
+ LayoutBR {BR} at (474,15) size 0x0
+ LayoutBR {BR} at (0,20) size 0x19
RenderBlock {DIV} at (0,40) size 154x24 [border: (1px solid #FF0000)]
RenderBlock {DIV} at (1,1) size 152x22 [border: (1px solid #008000)]
RenderText {#text} at (154,42) size 416x19
text run at (154,42) width 416: "This text should line up with the bottom of the text in the editable div. "
- RenderBR {BR} at (570,57) size 0x0
- RenderBR {BR} at (0,64) size 0x19
+ LayoutBR {BR} at (570,57) size 0x0
+ LayoutBR {BR} at (0,64) size 0x19
RenderBlock {DIV} at (0,84) size 210x100 [border: (10px solid #FF0000)]
RenderBlock (anonymous) at (10,10) size 190x20
RenderText {#text} at (0,0) size 22x19
@@ -20,8 +20,8 @@ layer at (0,0) size 800x600
RenderBlock {DIV} at (10,30) size 190x60 [border: (20px solid #008000)]
RenderText {#text} at (210,134) size 416x19
text run at (210,134) width 416: "This text should line up with the bottom of the text in the editable div. "
- RenderBR {BR} at (626,149) size 0x0
- RenderBR {BR} at (0,184) size 0x19
+ LayoutBR {BR} at (626,149) size 0x0
+ LayoutBR {BR} at (0,184) size 0x19
RenderBlock {DIV} at (0,204) size 180x176 [border: (5px solid #FF0000)]
RenderBlock {DIV} at (5,5) size 170x166 [border: (10px solid #008000)]
RenderText {#text} at (180,321) size 412x19

Powered by Google App Engine
This is Rietveld 408576698