mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Update the FormData constructor to allow providing a submitter (#35066)
Signed-off-by: Shane Handley <shanehandley@fastmail.com>
This commit is contained in:
parent
f5f5a3f79e
commit
cca600e909
4 changed files with 52 additions and 16 deletions
|
@ -1,13 +1,4 @@
|
|||
[constructor-submitter.html]
|
||||
[FormData construction should throw a TypeError if a non-null submitter is not a submit button]
|
||||
expected: FAIL
|
||||
|
||||
[FormData construction should throw a 'NotFoundError' DOMException if a non-null submitter is not owned by the form]
|
||||
expected: FAIL
|
||||
|
||||
[The constructed FormData object should contain an in-tree-order entry for a named submit button submitter]
|
||||
expected: FAIL
|
||||
|
||||
[The constructed FormData object should contain in-tree-order entries for an activated Image Button submitter]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue