blob: e0ae6af0cbed5148e2eed808b6986941ff572353 [file] [log] [blame]
FAIL Constructors should throw a type error assert_throws: function "() => { new FormData(null); }" did not throw
PASS empty formdata
PASS formdata with string
PASS formdata with named string
PASS formdata from form
FAIL Newly created FormData contains entries added to "formData" IDL attribute of FormDataEvent. assert_equals: expected (string) "vh1" but got (object) null
FAIL |new FormData()| in formdata event handler should throw assert_equals: expected 1 but got 0