Re: [html-tests] test that LF is allowed in the title attribute and the textarea element (#5272)

Are the title/placeholder portions not adequately tested already by reflection-*.html?

http://w3c-test.org/html/dom/reflection-forms.html

I'm specifically thinking of these tests:

textarea.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo "
textarea.placeholder: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo "

I'm not sure if we have a test that line breaks work in .value.  If you're just testing round-tripping, it would be good to test a wider array of values, but that doesn't have to block acceptance of the test.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5272#issuecomment-290486698

Received on Thursday, 30 March 2017 17:42:38 UTC