mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Add form getter for input/button elements; update test expectations
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
interface HTMLButtonElement : HTMLElement {
|
||||
// attribute boolean autofocus;
|
||||
attribute boolean disabled;
|
||||
//readonly attribute HTMLFormElement? form;
|
||||
readonly attribute HTMLFormElement? form;
|
||||
attribute DOMString formAction;
|
||||
attribute DOMString formEnctype;
|
||||
attribute DOMString formMethod;
|
||||
|
||||
Reference in New Issue
Block a user