Add form getter for input/button elements; update test expectations

This commit is contained in:
Manish Goregaokar 2015-09-16 07:07:21 +05:30
parent ed30923156
commit b677f0f4ae
6 changed files with 13 additions and 21 deletions

View file

@ -13,7 +13,7 @@ interface HTMLInputElement : HTMLElement {
attribute boolean checked;
// attribute DOMString dirName;
attribute boolean disabled;
//readonly attribute HTMLFormElement? form;
readonly attribute HTMLFormElement? form;
//readonly attribute FileList? files;
attribute DOMString formAction;
attribute DOMString formEnctype;