mirror of
https://github.com/servo/servo.git
synced 2025-08-23 22:35:33 +01:00
Auto merge of #25366 - pshaughn:hasinstance, r=jdm
Remove obsolete HasInstance behavior per heycam/webidl #356 This turns one WPT test from fail to pass and it leaves Servo with a little less platform object special-case code to worry about. --- <!-- 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 #25039 <!-- 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:
commit
7e8a305394
2 changed files with 5 additions and 85 deletions
|
@ -1,5 +0,0 @@
|
|||
[has-instance.html]
|
||||
type: testharness
|
||||
[instanceof must return false across different globals, for platform objects]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue