mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Support WindowProxy return values in bindings
unscopable
This commit is contained in:
parent
3acb9540ff
commit
fda011923e
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