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

I changed my test function as below , would you please review it for me? Thanks.

test(function(){
 assert_equals(document.getElementById("emailInput").form,document.getElementById("myForm"));
}, "form attribute is supported on input element"
);


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

Received on Saturday, 9 November 2013 10:52:53 UTC