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

Unified Diff: LayoutTests/platform/linux/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/linux/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt
diff --git a/LayoutTests/platform/linux/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt b/LayoutTests/platform/linux/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt
index 0606e80b4e7776b35d10e6e6c5b9324ca0a142f0..f3421f8702c4d1664ed1cf43b87687ba504ccf6f 100644
--- a/LayoutTests/platform/linux/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt
+++ b/LayoutTests/platform/linux/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 311x19
- RenderTextControl {INPUT} at (0,0) size 229x30 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (0,0) size 229x30 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderFlexibleBox {DIV} at (2,3) size 225x24
RenderBlock {DIV} at (0,0) size 210x24
RenderBlock {DIV} at (210,0) size 15x24
@@ -16,14 +16,14 @@ layer at (0,0) size 800x600
text run at (229,7) width 82: " Normal state"
RenderBlock {DIV} at (0,66) size 784x30
RenderInline {LABEL} at (0,0) size 318x19
- RenderTextControl {INPUT} at (0,0) size 229x30 [color=#545454] [bgcolor=#EBEBE4] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (0,0) size 229x30 [color=#545454] [bgcolor=#EBEBE4] [border: (2px inset #EEEEEE)]
RenderFlexibleBox {DIV} at (2,3) size 225x24
RenderBlock {DIV} at (0,0) size 210x24
RenderText {#text} at (229,7) size 89x19
text run at (229,7) width 89: " Disabled state"
RenderBlock {DIV} at (0,96) size 784x30
RenderInline {LABEL} at (0,0) size 328x19
- RenderTextControl {INPUT} at (0,0) size 229x30 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (0,0) size 229x30 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderFlexibleBox {DIV} at (2,3) size 225x24
RenderBlock {DIV} at (0,0) size 210x24
RenderText {#text} at (229,7) size 99x19

Powered by Google App Engine
This is Rietveld 408576698