mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
auto merge of #3817 : nkdalmia/servo/master, r=jdm
We have completed the initial step for "Implement Window.sessionStorage and Window.localStorage" - Create and stub the Storage WebIDL interface
This commit is contained in:
commit
c828e83604
5 changed files with 93 additions and 21 deletions
|
@ -155,6 +155,7 @@ var interfaceNamesInGlobalScope = [
|
|||
"ProgressEvent",
|
||||
"Range",
|
||||
"Screen",
|
||||
"Storage",
|
||||
"TestBinding", // XXX
|
||||
"Text",
|
||||
"TreeWalker",
|
||||
|
|
|
@ -9567,36 +9567,15 @@
|
|||
[WorkerLocation interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[Storage interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[Storage interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[Storage interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[Storage interface: existence and properties of interface prototype object\'s "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[Storage interface: attribute length]
|
||||
expected: FAIL
|
||||
|
||||
[Storage interface: operation key(unsigned long)]
|
||||
expected: FAIL
|
||||
|
||||
[Storage interface: operation getItem(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[Storage interface: operation setItem(DOMString,DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[Storage interface: operation removeItem(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[Storage interface: operation clear()]
|
||||
expected: FAIL
|
||||
|
||||
[StorageEvent interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue