blob: f574e2341d27e65d434416310072dbf3ffe1f2dc [file] [log] [blame]
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 \nsecond line"
PASS internals.visiblePlaceholder(textarea1) is ""
PASS internals.visiblePlaceholder(textarea2) is ""
PASS successfullyParsed is true
TEST COMPLETE