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

Unified Diff: LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-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/textarea-placeholder-pseudo-style-expected.txt
diff --git a/LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt b/LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt
index 42f6b6d00a5fc1894223d5166b21f127659fcb48..e3aaf11c3795e9762fe77d7d271e7f3926176bd6 100644
--- a/LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt
+++ b/LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt
@@ -14,25 +14,25 @@ layer at (0,0) size 800x600
text run at (491,36) width 4: " "
RenderText {#text} at (0,0) size 0x0
layer at (8,26) size 161x32 clip at (9,27) size 159x30
- RenderTextControl {TEXTAREA} at (0,18) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ LayoutTextControl {TEXTAREA} at (0,18) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
RenderBlock {DIV} at (3,3) size 155x13 [color=#640000]
RenderText {#text} at (0,0) size 22x13
text run at (0,0) width 22: "text"
RenderBlock {DIV} at (3,3) size 155x13
layer at (173,26) size 161x32 clip at (174,27) size 159x30
- RenderTextControl {TEXTAREA} at (165,18) size 161x32 [color=#545454] [bgcolor=#FFFFFF] [border: (1px solid #545454)]
+ LayoutTextControl {TEXTAREA} at (165,18) size 161x32 [color=#545454] [bgcolor=#FFFFFF] [border: (1px solid #545454)]
RenderBlock {DIV} at (3,3) size 155x13 [color=#640000]
RenderText {#text} at (0,0) size 70x13
text run at (0,0) width 70: "disabled text"
RenderBlock {DIV} at (3,3) size 155x13
layer at (338,26) size 161x32 clip at (339,27) size 159x30
- RenderTextControl {TEXTAREA} at (330,18) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
+ LayoutTextControl {TEXTAREA} at (330,18) size 161x32 [bgcolor=#FFFFFF] [border: (1px solid #000000)]
RenderBlock {DIV} at (3,3) size 155x13 [color=#A9A9A9]
RenderText {#text} at (0,0) size 38x13
text run at (0,0) width 38: "default"
RenderBlock {DIV} at (3,3) size 155x13
layer at (503,26) size 161x32 clip at (504,27) size 159x30
- RenderTextControl {TEXTAREA} at (495,18) size 161x32 [color=#545454] [bgcolor=#FFFFFF] [border: (1px solid #545454)]
+ LayoutTextControl {TEXTAREA} at (495,18) size 161x32 [color=#545454] [bgcolor=#FFFFFF] [border: (1px solid #545454)]
RenderBlock {DIV} at (3,3) size 155x13 [color=#A9A9A9]
RenderText {#text} at (0,0) size 86x13
text run at (0,0) width 86: "default disabled"

Powered by Google App Engine
This is Rietveld 408576698