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

Unified Diff: LayoutTests/platform/mac/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/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt
diff --git a/LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt b/LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt
index 4230f444710341cbd71e0f711ebf63832c90bf9e..a22d5455662444c6acbc6628cf70b52e2a658646 100644
--- a/LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt
+++ b/LayoutTests/platform/mac/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 303x18
- RenderTextControl {INPUT} at (0,0) size 216x29 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (0,0) size 216x29 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderFlexibleBox {DIV} at (3,3) size 210x23
RenderBlock {DIV} at (0,0) size 197x23
RenderBlock {DIV} at (197,4) size 13x15
@@ -17,14 +17,14 @@ layer at (0,0) size 800x600
text run at (216,8) width 87: " Normal state"
RenderBlock {DIV} at (0,81) size 784x29
RenderInline {LABEL} at (0,0) size 311x18
- RenderTextControl {INPUT} at (0,0) size 216x29 [color=#545454] [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (0,0) size 216x29 [color=#545454] [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderFlexibleBox {DIV} at (3,3) size 210x23
RenderBlock {DIV} at (0,0) size 197x23
RenderText {#text} at (216,8) size 95x18
text run at (216,8) width 95: " Disabled state"
RenderBlock {DIV} at (0,110) size 784x29
RenderInline {LABEL} at (0,0) size 320x18
- RenderTextControl {INPUT} at (0,0) size 216x29 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (0,0) size 216x29 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderFlexibleBox {DIV} at (3,3) size 210x23
RenderBlock {DIV} at (0,0) size 197x23
RenderText {#text} at (216,8) size 104x18

Powered by Google App Engine
This is Rietveld 408576698