Re: [html-tests] Test Form Attribute is supported on input element (#410)

That is not testing what you think it is testing. The attribute's value will always be what you set it to, there.

What you want is to check that `document.getElementById("emailInput").form` exists and is the same `HTMLFormElement` that the `<form>` element is.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/410#discussion_r7545254

Received on Saturday, 9 November 2013 10:27:16 UTC