Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / forms / placeholder-stripped-expected.txt
1 CR and LF in placeholder values should be stripped for input type. For textarea should not be stripped.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS internals.visiblePlaceholder(input0) is "first line second line"
7 PASS internals.visiblePlaceholder(input1) is ""
8 PASS internals.visiblePlaceholder(textarea0) is "first line \r\nsecond line"
9 PASS internals.visiblePlaceholder(textarea1) is ""
10 PASS internals.visiblePlaceholder(textarea2) is ""
11 PASS successfullyParsed is true
12
13 TEST COMPLETE
14