1 2 3 4 5 6 7
<!DOCTYPE html> <html> <body> This test passes if it does not crash.<br/> <input type="text" value="test"></input> </body> </html>