mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Auto merge of #11214 - farodin91:windowproxy, r=jdm
Support WindowProxy return values in bindings 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 --faster` does not report any errors - [x] These changes fix #10965 (github issue number if applicable). Either: - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ 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="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11214) <!-- Reviewable:end -->
This commit is contained in:
commit
08a55e2951
11 changed files with 69 additions and 61 deletions
|
@ -297,15 +297,9 @@
|
|||
[Window attribute: onwaiting]
|
||||
expected: FAIL
|
||||
|
||||
[Window unforgeable attribute: window]
|
||||
expected: FAIL
|
||||
|
||||
[Window unforgeable attribute: location]
|
||||
expected: FAIL
|
||||
|
||||
[Window unforgeable attribute: top]
|
||||
expected: FAIL
|
||||
|
||||
[Window replaceable attribute: self]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -5304,9 +5304,6 @@
|
|||
[Window interface: attribute localStorage]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must have own property "window"]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "self" with the proper type (1)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -5358,9 +5355,6 @@
|
|||
[Window interface: window must inherit property "length" with the proper type (19)]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must have own property "top"]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "opener" with the proper type (21)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -9581,4 +9575,3 @@
|
|||
|
||||
[HTMLInputElement interface: createInput("button") must inherit property "useMap" with the proper type (57)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue