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

Unified Diff: LayoutTests/platform/android/fast/forms/input-appearance-height-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-appearance-height-expected.txt
diff --git a/LayoutTests/platform/android/fast/forms/input-appearance-height-expected.txt b/LayoutTests/platform/android/fast/forms/input-appearance-height-expected.txt
index c1c5ad87ac71bca1975a2ab4508841dd62d841c2..5f5ac6c7438a6a90588d6a8549a4e98b4911b796 100644
--- a/LayoutTests/platform/android/fast/forms/input-appearance-height-expected.txt
+++ b/LayoutTests/platform/android/fast/forms/input-appearance-height-expected.txt
@@ -9,13 +9,13 @@ layer at (0,0) size 800x600
RenderBlock {FORM} at (0,20) size 784x266
RenderText {#text} at (0,1) size 33x19
text run at (0,1) width 33: "input "
- RenderTextControl {INPUT} at (33,0) size 153x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (33,0) size 153x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderText {#text} at (186,1) size 4x19
text run at (186,1) width 4: " "
RenderBR {BR} at (190,16) size 0x0
RenderText {#text} at (0,23) size 26x19
text run at (0,23) width 26: "text "
- RenderTextControl {INPUT} at (26,22) size 153x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (26,22) size 153x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderText {#text} at (179,23) size 4x19
text run at (179,23) width 4: " "
RenderBR {BR} at (183,38) size 0x0
@@ -76,19 +76,19 @@ layer at (0,0) size 800x600
RenderBR {BR} at (104,194) size 0x0
RenderText {#text} at (0,201) size 45x19
text run at (0,201) width 45: "isindex "
- RenderTextControl {INPUT} at (45,200) size 155x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (45,200) size 155x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderText {#text} at (200,201) size 4x19
text run at (200,201) width 4: " "
RenderBR {BR} at (204,216) size 0x0
RenderText {#text} at (0,223) size 63x19
text run at (0,223) width 63: "password "
- RenderTextControl {INPUT} at (63,222) size 153x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (63,222) size 153x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderText {#text} at (216,223) size 4x19
text run at (216,223) width 4: " "
RenderBR {BR} at (220,238) size 0x0
RenderText {#text} at (0,245) size 43x19
text run at (0,245) width 43: "search "
- RenderTextControl {INPUT} at (43,244) size 155x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (43,244) size 155x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderFlexibleBox {DIV} at (3,3) size 149x16
RenderBlock {DIV} at (0,2.50) size 1x11
RenderBlock {DIV} at (1,0) size 135x16

Powered by Google App Engine
This is Rietveld 408576698