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

Unified Diff: LayoutTests/platform/mac-lion/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/mac-lion/virtual/slimmingpaint/fast/inline-block/contenteditable-baseline-expected.txt
diff --git a/LayoutTests/platform/mac-lion/virtual/slimmingpaint/fast/inline-block/contenteditable-baseline-expected.txt b/LayoutTests/platform/mac-lion/virtual/slimmingpaint/fast/inline-block/contenteditable-baseline-expected.txt
index a782096a4355388024cfaa3288bff4a7efad2310..1d0dc0bb1d0e40c2733227de3c2fa966f28addd1 100644
--- a/LayoutTests/platform/mac-lion/virtual/slimmingpaint/fast/inline-block/contenteditable-baseline-expected.txt
+++ b/LayoutTests/platform/mac-lion/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 515x18
text run at (0,0) width 515: "This tests that contenteditable elements, with no children, get the right baseline. "
- RenderBR {BR} at (514,14) size 1x0
- RenderBR {BR} at (0,18) size 0x18
+ LayoutBR {BR} at (514,14) size 1x0
+ LayoutBR {BR} at (0,18) size 0x18
RenderBlock {DIV} at (0,36) size 154x22 [border: (1px solid #FF0000)]
RenderBlock {DIV} at (1,1) size 152x20 [border: (1px solid #008000)]
RenderText {#text} at (154,38) size 453x18
text run at (154,38) width 453: "This text should line up with the bottom of the text in the editable div. "
- RenderBR {BR} at (606,52) size 1x0
- RenderBR {BR} at (0,58) size 0x18
+ LayoutBR {BR} at (606,52) size 1x0
+ LayoutBR {BR} at (0,58) size 0x18
RenderBlock {DIV} at (0,76) size 210x96 [border: (10px solid #FF0000)]
RenderBlock (anonymous) at (10,10) size 190x18
RenderText {#text} at (0,0) size 24x18
@@ -20,8 +20,8 @@ layer at (0,0) size 800x600
RenderBlock {DIV} at (10,28) size 190x58 [border: (20px solid #008000)]
RenderText {#text} at (210,124) size 453x18
text run at (210,124) width 453: "This text should line up with the bottom of the text in the editable div. "
- RenderBR {BR} at (662,138) size 1x0
- RenderBR {BR} at (0,172) size 0x18
+ LayoutBR {BR} at (662,138) size 1x0
+ LayoutBR {BR} at (0,172) size 0x18
RenderBlock {DIV} at (0,190) size 180x173 [border: (5px solid #FF0000)]
RenderBlock {DIV} at (5,5) size 170x163 [border: (10px solid #008000)]
RenderText {#text} at (180,307) size 449x18

Powered by Google App Engine
This is Rietveld 408576698