blob: ce3e1d36ea434cc01c8f0231920033f0899340e6 [file] [log] [blame]
Tests that we don't crash when parsing an input element with a border attribute and image type.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS input.getAttribute('border') is "0"
PASS input.getAttribute('type') is "image"
PASS input.getAttribute('src') is "submit.gif"
PASS input.getAttribute('alt') is "Submit"
PASS successfullyParsed is true
TEST COMPLETE