mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Implement [Replaceable] (fixes #13033)
This commit is contained in:
parent
9b4713f536
commit
dccf771e25
6 changed files with 31 additions and 33 deletions
|
@ -42,9 +42,6 @@
|
|||
[Window unforgeable attribute: location]
|
||||
expected: FAIL
|
||||
|
||||
[Window replaceable attribute: self]
|
||||
expected: FAIL
|
||||
|
||||
[Window replaceable attribute: locationbar]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -63,9 +60,6 @@
|
|||
[Window replaceable attribute: toolbar]
|
||||
expected: FAIL
|
||||
|
||||
[Window replaceable attribute: frames]
|
||||
expected: FAIL
|
||||
|
||||
[Window replaceable attribute: length]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -4902,9 +4902,6 @@
|
|||
[Window interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute self]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute name]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -4938,9 +4935,6 @@
|
|||
[Window interface: operation blur()]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute frames]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute length]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
[idlharness.html]
|
||||
type: testharness
|
||||
[Window interface: attribute performance]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: attribute unloadEventStart]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
[test_readwrite.html]
|
||||
type: testharness
|
||||
bug: https://github.com/servo/servo/issues/13033
|
||||
[window.performance is read/write]
|
||||
expected: FAIL
|
||||
|
||||
[var performance is read/write]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue