Implemented Location.assign

This commit is contained in:
Keith Yeung 2015-02-06 09:25:59 +08:00
parent c360b75e16
commit 75e5c6fcdb
3 changed files with 7 additions and 10 deletions

View file

@ -8646,21 +8646,12 @@
[Location interface object length]
expected: FAIL
[Location interface: operation assign(DOMString)]
expected: FAIL
[Location interface: operation replace(DOMString)]
expected: FAIL
[Location interface: operation reload()]
expected: FAIL
[Location interface: window.location must inherit property "assign" with the proper type (0)]
expected: FAIL
[Location interface: calling assign(DOMString) on window.location with too few arguments must throw TypeError]
expected: FAIL
[Location interface: window.location must inherit property "replace" with the proper type (1)]
expected: FAIL