Implement formdata event

This commit is contained in:
CYBAI 2019-01-09 18:57:35 +08:00
parent 477b6ef886
commit 9d70f51356
13 changed files with 189 additions and 90 deletions

View file

@ -1,7 +0,0 @@
[FormDataEvent.window.html]
[Successful FormDataEvent constructor]
expected: FAIL
[Failing FormDataEvent constructor]
expected: FAIL

View file

@ -10,13 +10,3 @@
[Entries added to "formData" IDL attribute should be submitted.]
expected: FAIL
["formData" IDL attribute should have entries for form-associated elements in the first event handler, and the second handler can read entries set by the first handler.]
expected: FAIL
["formdata" event bubbles, and is not cancelable.]
expected: FAIL
["formdata" event bubbles in an orphan tree.]
expected: FAIL

View file

@ -1,4 +0,0 @@
[form-submission-algorithm.html]
[If constructing entry list flag of form is true, then return]
expected: FAIL