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

Unified Diff: LayoutTests/platform/mac/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/mac/fast/forms/form-element-geometry-expected.txt
diff --git a/LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt b/LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt
index 9d1575bc4539cb8da16b215e6f0ae34298c457d2..2293f19f930e52919d7522cc92bc7c9ec1c424bb 100644
--- a/LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt
+++ b/LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt
@@ -88,7 +88,7 @@ layer at (0,0) size 800x615 backgroundClip at (0,0) size 800x600 clip at (0,0) s
LayoutTableRow {TR} at (0,2) size 539x63
LayoutTableCell {TD} at (2,2) size 79x25 [r=0 c=0 rs=1 cs=1]
RenderBlock {DIV} at (1,1) size 77x23 [border: (2px solid #0000FF)]
- RenderTextControl {INPUT} at (2,2) size 73x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (2,2) size 73x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
LayoutTableCell {TD} at (83,2) size 40x63 [r=0 c=1 rs=1 cs=1]
RenderBlock {DIV} at (1,1) size 38x61 [border: (2px solid #0000FF)]
LayoutTableCell {TD} at (125,2) size 243x24 [r=0 c=2 rs=1 cs=1]
@@ -168,7 +168,7 @@ layer at (0,0) size 800x615 backgroundClip at (0,0) size 800x600 clip at (0,0) s
RenderBlock {DIV} at (0,429.06) size 784x37
RenderText {#text} at (0,18) size 28x18
text run at (0,18) width 28: "text "
- RenderTextControl {INPUT} at (27.98,18) size 73x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (27.98,18) size 73x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderText {#text} at (100,18) size 5x18
text run at (100,18) width 5: " "
RenderFileUploadControl {INPUT} at (104.98,19) size 237x18 "No file chosen"
@@ -259,7 +259,7 @@ layer at (94,241) size 33x59 clip at (95,242) size 20x56 scrollHeight 70
RenderText {#text} at (2,0) size 7x13
text run at (2,0) width 7: "5"
layer at (381,241) size 161x32 clip at (382,242) size 159x30
- RenderTextControl {TEXTAREA} at (2,2) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ LayoutTextControl {TEXTAREA} at (2,2) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
RenderBlock {DIV} at (3,3) size 155x13
RenderText {#text} at (0,0) size 44x13
text run at (0,0) width 44: "textarea"
@@ -268,7 +268,7 @@ layer at (39,458) size 67x13
RenderText {#text} at (0,0) size 49x13
text run at (0,0) width 49: "text field"
layer at (354,437) size 161x32 clip at (355,438) size 159x30
- RenderTextControl {TEXTAREA} at (345.98,0) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ LayoutTextControl {TEXTAREA} at (345.98,0) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
RenderBlock {DIV} at (3,3) size 155x13
RenderText {#text} at (0,0) size 44x13
text run at (0,0) width 44: "textarea"

Powered by Google App Engine
This is Rietveld 408576698