Implement most of HTMLFormElement's webidl

This commit is contained in:
Manish Goregaokar 2014-10-07 21:10:45 +05:30
parent 98d1ddfcd3
commit 332c94b730
4 changed files with 112 additions and 71 deletions

View file

@ -1,3 +0,0 @@
[case.html]
type: testharness

View file

@ -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