1 CR and LF in placeholder values should be stripped for input type. For textarea should not be stripped.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
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