mirror of
https://github.com/servo/servo.git
synced 2025-09-21 12:20:20 +01:00
Implement window.length DOM attribute.
This commit is contained in:
parent
5c4f54c403
commit
ba9975e099
5 changed files with 7 additions and 21 deletions
|
@ -1,19 +1,5 @@
|
|||
[window_length.html]
|
||||
type: testharness
|
||||
[No child browsing contexts]
|
||||
expected: FAIL
|
||||
|
||||
[iframe not inserted into the document]
|
||||
expected: FAIL
|
||||
|
||||
[One iframe inserted into the document]
|
||||
expected: FAIL
|
||||
|
||||
[Child browsing context has a child browsing context]
|
||||
expected: FAIL
|
||||
|
||||
[window.length in child frame]
|
||||
expected: FAIL
|
||||
|
||||
[Opened window]
|
||||
expected: FAIL
|
||||
|
|
|
@ -335,9 +335,6 @@
|
|||
[A SecurityError exception must be thrown when window.stop is accessed from a different origin.]
|
||||
expected: FAIL
|
||||
|
||||
[A SecurityError exception should not be thrown when window.length is accessed from a different origin.]
|
||||
expected: FAIL
|
||||
|
||||
[A SecurityError exception should not be thrown when window.opener is accessed from a different origin.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -56,9 +56,6 @@
|
|||
[Window replaceable attribute: external]
|
||||
expected: FAIL
|
||||
|
||||
[Window replaceable attribute: length]
|
||||
expected: FAIL
|
||||
|
||||
[Window replaceable attribute: screen]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue