mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
15 lines
628 B
INI
15 lines
628 B
INI
[frameElement.sub.html]
|
|
type: testharness
|
|
[The window's frameElement attribute must return its container element if it is a nested browsing context]
|
|
expected: FAIL
|
|
|
|
[The SecurityError must be thrown if the container's document does not have the same effective script origin]
|
|
expected: FAIL
|
|
|
|
[The SecurityError must be thrown if the window accesses to frameElement attribute of a Window which does not have the same effective script origin]
|
|
expected: FAIL
|
|
|
|
[The window's frameElement attribute must return null if the container's document does not have the same effective script origin]
|
|
expected: FAIL
|
|
|