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

Unified Diff: LayoutTests/platform/win/fast/forms/number/number-appearance-spinbutton-disabled-readonly-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/number/number-appearance-spinbutton-disabled-readonly-expected.txt
diff --git a/LayoutTests/platform/win/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt b/LayoutTests/platform/win/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt
index 9b005352f8efa66261333f5bd38db41569d19dd9..89353ce4f2424d528abeacb9d6672ffdb31f98dd 100644
--- a/LayoutTests/platform/win/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt
+++ b/LayoutTests/platform/win/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt
@@ -9,7 +9,7 @@ layer at (0,0) size 800x600
text run at (0,18) width 34: "state."
RenderBlock {DIV} at (0,52) size 784x29
RenderInline {LABEL} at (0,0) size 334x17
- RenderTextControl {INPUT} at (0,0) size 247x29 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (0,0) size 247x29 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderFlexibleBox {DIV} at (2,3) size 243x23
RenderBlock {DIV} at (0,0) size 228x23
RenderBlock {DIV} at (228,0) size 15x23
@@ -17,14 +17,14 @@ layer at (0,0) size 800x600
text run at (247,7) width 87: " Normal state"
RenderBlock {DIV} at (0,81) size 784x29
RenderInline {LABEL} at (0,0) size 342x17
- RenderTextControl {INPUT} at (0,0) size 247x29 [color=#545454] [bgcolor=#EBEBE4] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (0,0) size 247x29 [color=#545454] [bgcolor=#EBEBE4] [border: (2px inset #EEEEEE)]
RenderFlexibleBox {DIV} at (2,3) size 243x23
RenderBlock {DIV} at (0,0) size 228x23
RenderText {#text} at (247,7) size 95x17
text run at (247,7) width 95: " Disabled state"
RenderBlock {DIV} at (0,110) size 784x29
RenderInline {LABEL} at (0,0) size 351x17
- RenderTextControl {INPUT} at (0,0) size 247x29 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (0,0) size 247x29 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderFlexibleBox {DIV} at (2,3) size 243x23
RenderBlock {DIV} at (0,0) size 228x23
RenderText {#text} at (247,7) size 104x17

Powered by Google App Engine
This is Rietveld 408576698