mirror of
https://github.com/servo/servo.git
synced 2025-10-02 17:49:16 +01:00
Implemented Navigator.cookieEnabled
This commit is contained in:
parent
3649a356c8
commit
60f249874e
3 changed files with 13 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue