mirror of
https://github.com/servo/servo.git
synced 2025-09-06 13:08:21 +01:00
Auto merge of #24858 - saschanaz:handle-property, r=jdm
Handle u32 property indices <!-- Please describe your changes on the following line: --> Tried porting from Gecko, not sure how to do void JSID check yet. --- <!-- 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 #14093 <!-- 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
a020522f37
2 changed files with 40 additions and 28 deletions
|
@ -1,11 +1,5 @@
|
|||
[HTMLCollection-supported-property-indices.html]
|
||||
type: testharness
|
||||
[Handling of property names that look like integers around 2^31]
|
||||
expected: FAIL
|
||||
|
||||
[Handling of property names that look like integers around 2^32]
|
||||
expected: FAIL
|
||||
|
||||
[Trying to set an expando that would shadow an already-existing indexed property]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue