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

Unified Diff: LayoutTests/platform/win/fast/forms/input-value-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/win/fast/forms/input-value-expected.txt
diff --git a/LayoutTests/platform/win/fast/forms/input-value-expected.txt b/LayoutTests/platform/win/fast/forms/input-value-expected.txt
index e21c2e62e8814b0402257ab318067b5751ef0851..1b2b47da92ef836f0ec4f786c06353a953ffb57a 100644
--- a/LayoutTests/platform/win/fast/forms/input-value-expected.txt
+++ b/LayoutTests/platform/win/fast/forms/input-value-expected.txt
@@ -33,7 +33,7 @@ layer at (0,0) size 800x600
RenderText {#text} at (1,1) size 211x17
text run at (1,1) width 211: "text with value property changed"
LayoutTableCell {TD} at (396,0) size 240x24 [r=0 c=1 rs=1 cs=1]
- RenderTextControl {INPUT} at (1,1) size 173x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (1,1) size 173x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
LayoutTableCell {TD} at (638,2) size 63x20 [r=0 c=2 rs=1 cs=1]
RenderText {#text} at (1,1) size 30x17
text run at (1,1) width 30: "after"
@@ -45,7 +45,7 @@ layer at (0,0) size 800x600
RenderText {#text} at (1,1) size 248x17
text run at (1,1) width 248: "password with value property changed"
LayoutTableCell {TD} at (396,26) size 240x24 [r=1 c=1 rs=1 cs=1]
- RenderTextControl {INPUT} at (1,1) size 173x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (1,1) size 173x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
LayoutTableCell {TD} at (638,28) size 63x20 [r=1 c=2 rs=1 cs=1]
RenderText {#text} at (1,1) size 30x17
text run at (1,1) width 30: "after"
@@ -119,7 +119,7 @@ layer at (0,0) size 800x600
RenderText {#text} at (1,1) size 210x17
text run at (1,1) width 210: "text with value attribute changed"
LayoutTableCell {TD} at (396,169) size 240x24 [r=7 c=1 rs=1 cs=1]
- RenderTextControl {INPUT} at (1,1) size 173x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (1,1) size 173x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
LayoutTableCell {TD} at (638,171) size 63x20 [r=7 c=2 rs=1 cs=1]
RenderText {#text} at (1,1) size 30x17
text run at (1,1) width 30: "after"
@@ -155,7 +155,7 @@ layer at (0,0) size 800x600
RenderText {#text} at (1,1) size 390x17
text run at (1,1) width 390: "check box with value property changed, then turned into text"
LayoutTableCell {TD} at (396,241) size 240x24 [r=10 c=1 rs=1 cs=1]
- RenderTextControl {INPUT} at (1,1) size 173x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (1,1) size 173x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
LayoutTableCell {TD} at (638,243) size 63x20 [r=10 c=2 rs=1 cs=1]
RenderText {#text} at (1,1) size 30x17
text run at (1,1) width 30: "after"
@@ -179,7 +179,7 @@ layer at (0,0) size 800x600
RenderText {#text} at (1,1) size 389x17
text run at (1,1) width 389: "check box with value attribute changed, then turned into text"
LayoutTableCell {TD} at (396,290) size 240x24 [r=12 c=1 rs=1 cs=1]
- RenderTextControl {INPUT} at (1,1) size 173x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (1,1) size 173x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
LayoutTableCell {TD} at (638,292) size 63x20 [r=12 c=2 rs=1 cs=1]
RenderText {#text} at (1,1) size 30x17
text run at (1,1) width 30: "after"

Powered by Google App Engine
This is Rietveld 408576698