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

Unified Diff: LayoutTests/platform/win/fast/forms/basic-inputs-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/basic-inputs-expected.txt
diff --git a/LayoutTests/platform/win/fast/forms/basic-inputs-expected.txt b/LayoutTests/platform/win/fast/forms/basic-inputs-expected.txt
index d56ecac295512d89981a155ebf1396b0062281da..849c5c49e7873840caf0b9b6840196e170e1968a 100644
--- a/LayoutTests/platform/win/fast/forms/basic-inputs-expected.txt
+++ b/LayoutTests/platform/win/fast/forms/basic-inputs-expected.txt
@@ -35,17 +35,17 @@ layer at (0,0) size 800x600
RenderBlock {DIV} at (10,316) size 450x46 [border: (1px solid #FF0000)]
RenderText {#text} at (1,3) size 8x17
text run at (1,3) width 8: "a"
- RenderTextControl {INPUT} at (8.09,1) size 173x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (8.09,1) size 173x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderText {#text} at (181,3) size 29x17
text run at (181,3) width 29: "text "
- RenderTextControl {INPUT} at (209.09,1) size 173x22 [color=#545454] [bgcolor=#EBEBE4] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (209.09,1) size 173x22 [color=#545454] [bgcolor=#EBEBE4] [border: (2px inset #EEEEEE)]
RenderText {#text} at (382,3) size 20x17
text run at (382,3) width 13: "b "
text run at (394,3) width 8: "a"
- RenderTextControl {INPUT} at (1,23) size 173x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (1,23) size 173x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderText {#text} at (174,25) size 65x17
text run at (174,25) width 65: "password "
- RenderTextControl {INPUT} at (238.44,23) size 173x22 [color=#545454] [bgcolor=#EBEBE4] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (238.44,23) size 173x22 [color=#545454] [bgcolor=#EBEBE4] [border: (2px inset #EEEEEE)]
RenderText {#text} at (411,25) size 9x17
text run at (411,25) width 9: "b"
RenderBlock {DIV} at (10,372) size 450x22 [border: (1px solid #FF0000)]

Powered by Google App Engine
This is Rietveld 408576698