Intial Commit for Storage.webidl, along with impl stub

This commit is contained in:
nkdalmia 2014-10-20 19:50:31 -04:00
parent 44fa9f9b18
commit bb76b0f3f2
5 changed files with 93 additions and 21 deletions

View file

@ -155,6 +155,7 @@ var interfaceNamesInGlobalScope = [
"ProgressEvent",
"Range",
"Screen",
"Storage",
"TestBinding", // XXX
"Text",
"TreeWalker",

View file

@ -9573,36 +9573,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