Auto merge of #24377 - saschanaz:record-support, r=nox

Support WebIDL `record<>`

<!-- Please describe your changes on the following line: -->

Rebased @taki-zaro's work (#20318).

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #15012 and closes #20318. Possibly also closes #21463.

<!-- Either: -->
- [x] There are tests for these changes

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- 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/24377)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-10-15 08:33:46 -04:00 committed by GitHub
commit c5d6bb604d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 316 additions and 249 deletions

View file

@ -1,29 +0,0 @@
[headers-record.html]
type: testharness
[Basic operation with one property]
expected: FAIL
[Basic operation with one property and a proto]
expected: FAIL
[Correct operation ordering with two properties]
expected: FAIL
[Correct operation ordering with two properties one of which has an invalid name]
expected: FAIL
[Correct operation ordering with two properties one of which has an invalid value]
expected: FAIL
[Correct operation ordering with non-enumerable properties]
expected: FAIL
[Correct operation ordering with undefined descriptors]
expected: FAIL
[Basic operation with Symbol keys]
expected: FAIL
[Operation with non-enumerable Symbol keys]
expected: FAIL

View file

@ -1,8 +0,0 @@
[urlsearchparams-constructor.any.worker.html]
[URLSearchParams constructor, DOMException as argument]
expected: FAIL
[urlsearchparams-constructor.any.html]
[URLSearchParams constructor, DOMException as argument]
expected: FAIL