Maunal test for #10689

case 1: two textareas

Expected behavior:

case 2: textarea and one input[name=submit]

Expected behavior:

Input with name=submit overwrites submit function so:

case 3: textarea and two inputs[name=submit]

Expected behavior:

Everything should works as in case 2.

case 4: inline textarea

Expected behavior:

Submit button should send content of both textareas (event if they are empty).