mirror of
https://github.com/servo/servo.git
synced 2025-09-22 04:40:09 +01:00
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:
commit
477b6ef886
2 changed files with 67 additions and 82 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue