mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Implement window.frameElement, change window.parent to make use of it.
This commit is contained in:
parent
5436922169
commit
1e0e98b63c
10 changed files with 88 additions and 74 deletions
|
@ -6,7 +6,3 @@
|
|||
|
||||
[The SecurityError must be thrown if the container\'s document does not have the same effective script origin]
|
||||
expected: FAIL
|
||||
|
||||
[The window\'s frameElement attribute must return null if it is not a nested browsing context]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -8292,9 +8292,6 @@
|
|||
[Window interface: window must inherit property "parent" with the proper type (22)]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "frameElement" with the proper type (23)]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "open" with the proper type (24)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue