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

Unified Diff: LayoutTests/platform/win-xp/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-xp/fast/forms/basic-inputs-expected.txt
diff --git a/LayoutTests/platform/win-xp/fast/forms/basic-inputs-expected.txt b/LayoutTests/platform/win-xp/fast/forms/basic-inputs-expected.txt
index d73dc0d8ebae3acf937a9b64bb3a7ceaba4b5f40..8b5b32c55f3509a33a91176f01beb702ee7e2162 100644
--- a/LayoutTests/platform/win-xp/fast/forms/basic-inputs-expected.txt
+++ b/LayoutTests/platform/win-xp/fast/forms/basic-inputs-expected.txt
@@ -34,17 +34,17 @@ layer at (0,0) size 800x600
RenderBlock {DIV} at (10,330) size 450x46 [border: (1px solid #FF0000)]
RenderText {#text} at (1,2) size 7x19
text run at (1,2) width 7: "a"
- RenderTextControl {INPUT} at (8,1) size 153x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (8,1) size 153x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderText {#text} at (161,2) size 26x19
text run at (161,2) width 26: "text "
- RenderTextControl {INPUT} at (187,1) size 153x22 [color=#545454] [bgcolor=#EBEBE4] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (187,1) size 153x22 [color=#545454] [bgcolor=#EBEBE4] [border: (2px inset #EEEEEE)]
RenderText {#text} at (340,2) size 19x19
text run at (340,2) width 12: "b "
text run at (352,2) width 7: "a"
- RenderTextControl {INPUT} at (1,23) size 153x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (1,23) size 153x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderText {#text} at (154,24) size 63x19
text run at (154,24) width 63: "password "
- RenderTextControl {INPUT} at (217,23) size 153x22 [color=#545454] [bgcolor=#EBEBE4] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (217,23) size 153x22 [color=#545454] [bgcolor=#EBEBE4] [border: (2px inset #EEEEEE)]
RenderText {#text} at (370,24) size 8x19
text run at (370,24) width 8: "b"
RenderBlock {DIV} at (10,386) size 450x23 [border: (1px solid #FF0000)]

Powered by Google App Engine
This is Rietveld 408576698