Bug 1795923 [wpt PR 36532] - XHR FormData: Add tests for changes to the entry list...
commitaa5d839aacae93f061d6232d435d90487733587b
authorRaphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
Fri, 21 Oct 2022 17:10:27 +0000 (21 17:10 +0000)
committermoz-wptsync-bot <wptsync@mozilla.com>
Tue, 25 Oct 2022 15:51:44 +0000 (25 15:51 +0000)
tree9c3def812e68d8db46b4542dc2a1613972543219
parenta8dabde2adc99cd7996152415ee0653f10413c43
Bug 1795923 [wpt PR 36532] - XHR FormData: Add tests for changes to the entry list during iteration., a=testonly

Automatic update from web-platform-tests
XHR FormData: add tests for changes to the entry list during iteration

This is similar to #36455 and #20445: we want to make sure that adding and deleting elements during iteration is reflected in FormData's value pairs to iterate over (i.e., iteration does not happen on a cached version).
--

wpt-commits: bfa61347807bc133f4a8afeb9f0ccc47abf1f0bd
wpt-pr: 36532
testing/web-platform/tests/xhr/formdata/iteration.any.js [new file with mode: 0644]