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

Unified Diff: LayoutTests/platform/linux/fast/forms/input-appearance-height-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/input-appearance-height-expected.txt
diff --git a/LayoutTests/platform/linux/fast/forms/input-appearance-height-expected.txt b/LayoutTests/platform/linux/fast/forms/input-appearance-height-expected.txt
index 84e2461f355df09407df6a3e23fbb7b9be9a8ba4..6a90a6dbb1e0a355b5f5439ac2f5e86e6de79467 100644
--- a/LayoutTests/platform/linux/fast/forms/input-appearance-height-expected.txt
+++ b/LayoutTests/platform/linux/fast/forms/input-appearance-height-expected.txt
@@ -9,13 +9,13 @@ layer at (0,0) size 800x600
RenderBlock {FORM} at (0,20) size 784x266
RenderText {#text} at (0,1) size 33x19
text run at (0,1) width 33: "input "
- RenderTextControl {INPUT} at (33,0) size 154x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (33,0) size 154x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderText {#text} at (187,1) size 4x19
text run at (187,1) width 4: " "
RenderBR {BR} at (191,16) size 0x0
RenderText {#text} at (0,23) size 26x19
text run at (0,23) width 26: "text "
- RenderTextControl {INPUT} at (26,22) size 154x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (26,22) size 154x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderText {#text} at (180,23) size 4x19
text run at (180,23) width 4: " "
RenderBR {BR} at (184,38) size 0x0
@@ -76,19 +76,19 @@ layer at (0,0) size 800x600
RenderBR {BR} at (104,194) size 0x0
RenderText {#text} at (0,201) size 45x19
text run at (0,201) width 45: "isindex "
- RenderTextControl {INPUT} at (45,200) size 156x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (45,200) size 156x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderText {#text} at (201,201) size 4x19
text run at (201,201) width 4: " "
RenderBR {BR} at (205,216) size 0x0
RenderText {#text} at (0,223) size 63x19
text run at (0,223) width 63: "password "
- RenderTextControl {INPUT} at (63,222) size 154x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (63,222) size 154x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderText {#text} at (217,223) size 4x19
text run at (217,223) width 4: " "
RenderBR {BR} at (221,238) size 0x0
RenderText {#text} at (0,245) size 43x19
text run at (0,245) width 43: "search "
- RenderTextControl {INPUT} at (43,244) size 156x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
+ LayoutTextControl {INPUT} at (43,244) size 156x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
RenderFlexibleBox {DIV} at (3,3) size 150x16
RenderBlock {DIV} at (0,2.50) size 1x11
RenderBlock {DIV} at (1,0) size 136x16

Powered by Google App Engine
This is Rietveld 408576698