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

Unified Diff: LayoutTests/platform/win-xp/fast/forms/input-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/fast/forms/input-baseline-expected.txt
diff --git a/LayoutTests/platform/win-xp/fast/forms/input-baseline-expected.txt b/LayoutTests/platform/win-xp/fast/forms/input-baseline-expected.txt
index c6b25e610fb56f430867f8161b7183d878be80ec..925c1beec90c2bd2087e071ae96679b5134211bd 100644
--- a/LayoutTests/platform/win-xp/fast/forms/input-baseline-expected.txt
+++ b/LayoutTests/platform/win-xp/fast/forms/input-baseline-expected.txt
@@ -5,13 +5,13 @@ layer at (0,0) size 800x600
RenderBody {BODY} at (8,8) size 784x584
RenderText {#text} at (0,0) size 277x19
text run at (0,0) width 277: "This tests that text fields get the right baseline. "
- RenderBR {BR} at (277,15) size 0x0
- RenderBR {BR} at (0,20) size 0x19
+ LayoutBR {BR} at (277,15) size 0x0
+ LayoutBR {BR} at (0,20) size 0x19
LayoutTextControl {INPUT} at (0,40) size 153x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderText {#text} at (153,41) size 398x19
text run at (153,41) width 398: "This text should line up with the bottom of the text in the text field. "
- RenderBR {BR} at (551,56) size 0x0
- RenderBR {BR} at (0,62) size 0x19
+ LayoutBR {BR} at (551,56) size 0x0
+ LayoutBR {BR} at (0,62) size 0x19
LayoutTextControl {INPUT} at (0,82) size 153x128 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderText {#text} at (153,167) size 394x19
text run at (153,167) width 394: "This text should line up with the bottom of the text in the text field."

Powered by Google App Engine
This is Rietveld 408576698