| Index: LayoutTests/fast/forms/placeholder-stripped-expected.txt
|
| diff --git a/LayoutTests/fast/forms/placeholder-stripped-expected.txt b/LayoutTests/fast/forms/placeholder-stripped-expected.txt
|
| index 94fcac28927647fe891a9f50af574901c8d867a4..2535ac7e7f0ee0b161a843425159e2894e4bd394 100644
|
| --- a/LayoutTests/fast/forms/placeholder-stripped-expected.txt
|
| +++ b/LayoutTests/fast/forms/placeholder-stripped-expected.txt
|
| @@ -1,12 +1,13 @@
|
| -CR and LF in placeholder values should be stripped.
|
| +CR and LF in placeholder values should be stripped for input type. For textarea should not be stripped.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| PASS internals.visiblePlaceholder(input0) is "first line second line"
|
| PASS internals.visiblePlaceholder(input1) is ""
|
| -PASS internals.visiblePlaceholder(textarea0) is "first line second line"
|
| +PASS internals.visiblePlaceholder(textarea0) is "first line \r\nsecond line"
|
| PASS internals.visiblePlaceholder(textarea1) is ""
|
| +PASS internals.visiblePlaceholder(textarea2) is ""
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|