mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
Implement most of HTMLFormElement's webidl
This commit is contained in:
parent
98d1ddfcd3
commit
332c94b730
4 changed files with 112 additions and 71 deletions
|
@ -1,3 +0,0 @@
|
|||
[case.html]
|
||||
type: testharness
|
||||
|
|
@ -5397,33 +5397,6 @@
|
|||
[HTMLTableCellElement interface: attribute bgColor]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: attribute acceptCharset]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: attribute action]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: attribute autocomplete]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: attribute enctype]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: attribute encoding]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: attribute method]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: attribute name]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: attribute noValidate]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: attribute target]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: attribute elements]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -5445,33 +5418,6 @@
|
|||
[HTMLFormElement interface: operation requestAutocomplete()]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: document.createElement("form") must inherit property "acceptCharset" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: document.createElement("form") must inherit property "action" with the proper type (1)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: document.createElement("form") must inherit property "autocomplete" with the proper type (2)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: document.createElement("form") must inherit property "enctype" with the proper type (3)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: document.createElement("form") must inherit property "encoding" with the proper type (4)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: document.createElement("form") must inherit property "method" with the proper type (5)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: document.createElement("form") must inherit property "name" with the proper type (6)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: document.createElement("form") must inherit property "noValidate" with the proper type (7)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: document.createElement("form") must inherit property "target" with the proper type (8)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLFormElement interface: document.createElement("form") must inherit property "elements" with the proper type (9)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue