mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Implement formdata event
This commit is contained in:
parent
477b6ef886
commit
9d70f51356
13 changed files with 189 additions and 90 deletions
|
@ -1,7 +0,0 @@
|
|||
[FormDataEvent.window.html]
|
||||
[Successful FormDataEvent constructor]
|
||||
expected: FAIL
|
||||
|
||||
[Failing FormDataEvent constructor]
|
||||
expected: FAIL
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
[form-submission-algorithm.html]
|
||||
[If constructing entry list flag of form is true, then return]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue