Implement window.frameElement, change window.parent to make use of it.

This commit is contained in:
Glenn Watson 2015-02-05 10:01:04 +10:00
parent 5436922169
commit 1e0e98b63c
10 changed files with 88 additions and 74 deletions

View file

@ -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

View file

@ -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