Auto merge of #25635 - pshaughn:urlmismatcherror, r=jdm

Implement URLMismatchError

Nothing in current specifications actually throws this DOMException type, but the type exists in specs nonetheless, and adding it lets us check off a WPT test.

---
<!-- 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 #25024

<!-- 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. -->
This commit is contained in:
bors-servo 2020-01-28 21:16:58 -05:00 committed by GitHub
commit 271a30f22f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 11 deletions

View file

@ -1,11 +0,0 @@
[DOMException-constructor-behavior.any.worker.html]
type: testharness
[new DOMexception("msg", "URLMismatchError")]
expected: FAIL
[DOMException-constructor-behavior.any.html]
type: testharness
[new DOMexception("msg", "URLMismatchError")]
expected: FAIL