mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
Add form getter for input/button elements; update test expectations
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user