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

Unified Diff: LayoutTests/platform/mac/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/mac/fast/forms/basic-inputs-expected.txt
diff --git a/LayoutTests/platform/mac/fast/forms/basic-inputs-expected.txt b/LayoutTests/platform/mac/fast/forms/basic-inputs-expected.txt
index a8fc8733cf5df0ca149bf6abf50f7208afc0ced5..1bdaa2d61e024c909a498b48dab697a9ac3f3c51 100644
--- a/LayoutTests/platform/mac/fast/forms/basic-inputs-expected.txt
+++ b/LayoutTests/platform/mac/fast/forms/basic-inputs-expected.txt
@@ -35,17 +35,17 @@ layer at (0,0) size 800x600
RenderBlock {DIV} at (10,316) size 450x40 [border: (1px solid #FF0000)]
RenderText {#text} at (1,1) size 8x18
text run at (1,1) width 8: "a"
- RenderTextControl {INPUT} at (8.09,1) size 123x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (8.09,1) size 123x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderText {#text} at (131,1) size 29x18
text run at (131,1) width 29: "text "
- RenderTextControl {INPUT} at (159.09,1) size 123x19 [color=#545454] [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (159.09,1) size 123x19 [color=#545454] [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderText {#text} at (282,1) size 20x18
text run at (282,1) width 13: "b "
text run at (294,1) width 8: "a"
- RenderTextControl {INPUT} at (301.19,1) size 123x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (301.19,1) size 123x19 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderText {#text} at (1,20) size 65x18
text run at (1,20) width 65: "password "
- RenderTextControl {INPUT} at (65.44,20) size 123x19 [color=#545454] [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (65.44,20) size 123x19 [color=#545454] [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderText {#text} at (188,20) size 9x18
text run at (188,20) width 9: "b"
RenderBlock {DIV} at (10,366) size 450x21 [border: (1px solid #FF0000)]

Powered by Google App Engine
This is Rietveld 408576698