mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Add form getter for input/button elements; update test expectations
This commit is contained in:
parent
ed30923156
commit
b677f0f4ae
6 changed files with 13 additions and 21 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue