Implement [Replaceable] (fixes #13033)

This commit is contained in:
Anthony Ramine 2015-10-14 00:19:13 +02:00
parent 9b4713f536
commit dccf771e25
6 changed files with 31 additions and 33 deletions

View file

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

View file

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

View file

@ -1,8 +1,5 @@
[idlharness.html]
type: testharness
[Window interface: attribute performance]
expected: FAIL
[PerformanceTiming interface: attribute unloadEventStart]
expected: FAIL

View file

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