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:
bors-servo 2014-11-06 10:51:40 -07:00
commit c828e83604
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

@ -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