1 2 3 4 5
<!DOCTYPE html> <body> <!-- CR/LF in value attribute should be stripped. --> <input type="button" value="abc
def
ghi"><br> </body>