1 2 3 4 5 6 7
<!DOCTYPE html> <html> <!-- Test: the output should show its content --> <body> <output>foo<input></output> </body> </html>