chromium/third_party/blink/web_tests/fast/forms/image/image-border-attribute-crash-expected.txt

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