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

Unified Diff: LayoutTests/platform/win-xp/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-xp/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt
diff --git a/LayoutTests/platform/win-xp/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt b/LayoutTests/platform/win-xp/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt
index 07a2c9404e75721054cf5fd4a67623521bae154d..fd153e72d3d3523027047384a39bc1836a3daeff 100644
--- a/LayoutTests/platform/win-xp/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt
+++ b/LayoutTests/platform/win-xp/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt
@@ -8,7 +8,7 @@ layer at (0,0) size 800x600
text run at (0,0) width 754: "Test appearances of spin buttons. Disabled state and read-only state should have appearances different from the normal state."
RenderBlock {DIV} at (0,36) size 784x30
RenderInline {LABEL} at (0,0) size 310x19
- RenderTextControl {INPUT} at (0,0) size 228x30 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (0,0) size 228x30 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderFlexibleBox {DIV} at (2,3) size 224x24
RenderBlock {DIV} at (0,0) size 209x24
RenderBlock {DIV} at (209,0) size 15x24
@@ -16,14 +16,14 @@ layer at (0,0) size 800x600
text run at (228,7) width 82: " Normal state"
RenderBlock {DIV} at (0,66) size 784x30
RenderInline {LABEL} at (0,0) size 317x19
- RenderTextControl {INPUT} at (0,0) size 228x30 [color=#545454] [bgcolor=#EBEBE4] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (0,0) size 228x30 [color=#545454] [bgcolor=#EBEBE4] [border: (2px inset #EEEEEE)]
RenderFlexibleBox {DIV} at (2,3) size 224x24
RenderBlock {DIV} at (0,0) size 209x24
RenderText {#text} at (228,7) size 89x19
text run at (228,7) width 89: " Disabled state"
RenderBlock {DIV} at (0,96) size 784x30
RenderInline {LABEL} at (0,0) size 327x19
- RenderTextControl {INPUT} at (0,0) size 228x30 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (0,0) size 228x30 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderFlexibleBox {DIV} at (2,3) size 224x24
RenderBlock {DIV} at (0,0) size 209x24
RenderText {#text} at (228,7) size 99x19

Powered by Google App Engine
This is Rietveld 408576698