Implemented Navigator.cookieEnabled

This commit is contained in:
Ashwin R 2016-09-01 06:24:33 +05:30
parent 3649a356c8
commit 60f249874e
3 changed files with 13 additions and 7 deletions

View file

@ -5304,9 +5304,6 @@
[Navigator interface: operation unregisterContentHandler(DOMString,DOMString)]
expected: FAIL
[Navigator interface: attribute cookieEnabled]
expected: FAIL
[Navigator interface: operation yieldForStorageUpdates()]
expected: FAIL
@ -5355,9 +5352,6 @@
[Navigator interface: calling unregisterContentHandler(DOMString,DOMString) on window.navigator with too few arguments must throw TypeError]
expected: FAIL
[Navigator interface: window.navigator must inherit property "cookieEnabled" with the proper type (16)]
expected: FAIL
[Navigator interface: window.navigator must inherit property "yieldForStorageUpdates" with the proper type (17)]
expected: FAIL
@ -9008,4 +9002,3 @@
[Event interface: calling initEvent(DOMString,boolean,boolean) on new TrackEvent("addtrack", {track:document.createElement("track").track}) with too few arguments must throw TypeError]
expected: FAIL