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

Unified Diff: LayoutTests/platform/android/fast/forms/input-baseline-expected.txt

Issue 922423002: Move rendering/RenderTextControl* to layout/LayoutTextControl* (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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/android/fast/forms/input-baseline-expected.txt
diff --git a/LayoutTests/platform/android/fast/forms/input-baseline-expected.txt b/LayoutTests/platform/android/fast/forms/input-baseline-expected.txt
index 04c753bff83569d9ef9be4f264b5c62d8c999fa1..c6b25e610fb56f430867f8161b7183d878be80ec 100644
--- a/LayoutTests/platform/android/fast/forms/input-baseline-expected.txt
+++ b/LayoutTests/platform/android/fast/forms/input-baseline-expected.txt
@@ -7,12 +7,12 @@ layer at (0,0) size 800x600
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
- RenderTextControl {INPUT} at (0,40) size 153x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ 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
- RenderTextControl {INPUT} at (0,82) size 153x128 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ 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."
layer at (10,51) size 149x16

Powered by Google App Engine
This is Rietveld 408576698