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

Unified Diff: LayoutTests/platform/android/fast/forms/form-element-geometry-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/form-element-geometry-expected.txt
diff --git a/LayoutTests/platform/android/fast/forms/form-element-geometry-expected.txt b/LayoutTests/platform/android/fast/forms/form-element-geometry-expected.txt
index 1fecf9871e6e2e8967430addd010afa04ede32cb..be3fa68bd8c7ab46db0c5b40637f0993202c9cd6 100644
--- a/LayoutTests/platform/android/fast/forms/form-element-geometry-expected.txt
+++ b/LayoutTests/platform/android/fast/forms/form-element-geometry-expected.txt
@@ -88,7 +88,7 @@ layer at (0,0) size 800x653
LayoutTableRow {TR} at (0,2) size 582x76
LayoutTableCell {TD} at (2,2) size 99x28 [r=0 c=0 rs=1 cs=1]
RenderBlock {DIV} at (1,1) size 97x26 [border: (2px solid #0000FF)]
- RenderTextControl {INPUT} at (2,2) size 93x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (2,2) size 93x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
LayoutTableCell {TD} at (103,2) size 44x76 [r=0 c=1 rs=1 cs=1]
RenderBlock {DIV} at (1,1) size 42x74 [border: (2px solid #0000FF)]
LayoutTableCell {TD} at (149,2) size 244x28 [r=0 c=2 rs=1 cs=1]
@@ -168,7 +168,7 @@ layer at (0,0) size 800x653
RenderBlock {DIV} at (0,460.06) size 784x42
RenderText {#text} at (0,21) size 26x19
text run at (0,21) width 26: "text "
- RenderTextControl {INPUT} at (26,20) size 93x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (26,20) size 93x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderText {#text} at (119,21) size 4x19
text run at (119,21) width 4: " "
RenderFileUploadControl {INPUT} at (123,20) size 238x22 "No file chosen"
@@ -259,7 +259,7 @@ layer at (114,254) size 38x70 clip at (115,255) size 21x68 scrollHeight 85
RenderText {#text} at (2,0) size 7x16
text run at (2,0) width 7: "5"
layer at (406,254) size 179x36 clip at (407,255) size 177x34
- RenderTextControl {TEXTAREA} at (2,2) size 179x36 [bgcolor=#FFFFFF] [border: (1px solid #A9A9A9)]
+ LayoutTextControl {TEXTAREA} at (2,2) size 179x36 [bgcolor=#FFFFFF] [border: (1px solid #A9A9A9)]
RenderBlock {DIV} at (3,3) size 175x16
RenderText {#text} at (0,0) size 64x16
text run at (0,0) width 64: "textarea"
@@ -268,7 +268,7 @@ layer at (36,491) size 89x16
RenderText {#text} at (0,0) size 49x16
text run at (0,0) width 49: "text field"
layer at (373,468) size 179x36 clip at (374,469) size 177x34
- RenderTextControl {TEXTAREA} at (365,0) size 179x36 [bgcolor=#FFFFFF] [border: (1px solid #A9A9A9)]
+ LayoutTextControl {TEXTAREA} at (365,0) size 179x36 [bgcolor=#FFFFFF] [border: (1px solid #A9A9A9)]
RenderBlock {DIV} at (3,3) size 175x16
RenderText {#text} at (0,0) size 64x16
text run at (0,0) width 64: "textarea"

Powered by Google App Engine
This is Rietveld 408576698