Chromium Code Reviews

Unified Diff: LayoutTests/platform/win/fast/forms/control-restrict-line-height-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.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/platform/win/fast/forms/control-restrict-line-height-expected.txt
diff --git a/LayoutTests/platform/win/fast/forms/control-restrict-line-height-expected.txt b/LayoutTests/platform/win/fast/forms/control-restrict-line-height-expected.txt
index b8e50f634d1fbd01b3fe3acadecb1ca11d8d7553..24bb74cb4dae884422210c5b3b456b0c7523bc5d 100644
--- a/LayoutTests/platform/win/fast/forms/control-restrict-line-height-expected.txt
+++ b/LayoutTests/platform/win/fast/forms/control-restrict-line-height-expected.txt
@@ -5,21 +5,21 @@ layer at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x584
RenderText {#text} at (0,0) size 533x17
text run at (0,0) width 533: "This tests that we don't honor line-height for controls that have restricted font size. "
- RenderBR {BR} at (0,0) size 0x0
+ LayoutBR {BR} at (0,0) size 0x0
RenderMenuList {SELECT} at (0,18) size 319x20 [bgcolor=#FFFFFF] [border: (1px solid #A9A9A9)]
RenderBlock (anonymous) at (1,1) size 317x18
RenderText at (4,1) size 294x16
text run at (4,1) width 294: "This text should be centered vertically in the button"
RenderText {#text} at (319,19) size 4x17
text run at (319,19) width 4: " "
- RenderBR {BR} at (0,0) size 0x0
+ LayoutBR {BR} at (0,0) size 0x0
RenderButton {INPUT} at (0,38) size 310x22 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)]
RenderBlock (anonymous) at (8,3) size 294x16
RenderText {#text} at (0,0) size 294x16
text run at (0,0) width 294: "This text should be centered vertically in the button"
RenderText {#text} at (310,40) size 4x17
text run at (310,40) width 4: " "
- RenderBR {BR} at (0,0) size 0x0
+ LayoutBR {BR} at (0,0) size 0x0
LayoutTextControl {INPUT} at (0,60) size 175x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderFlexibleBox {DIV} at (3,3) size 169x16
RenderBlock {DIV} at (0,2.50) size 1x11

Powered by Google App Engine