Auto merge of #22736 - CYBAI:formdata-vec, r=jdm

Store FormData with Vec<(LocalName, FormDatum)>

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #13105
- [x] There are tests under `wpt/xhr/formdata-*.*` for these changes

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22736)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-01-22 10:14:40 -05:00 committed by GitHub
commit 477b6ef886
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 67 additions and 82 deletions

View file

@ -6,9 +6,6 @@
[Entries iterator should return duplicate keys and non-deleted values]
expected: FAIL
[Keys iterator should return duplicates]
expected: FAIL
[Values iterator should return non-deleted values]
expected: FAIL