mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Intial Commit for Storage.webidl, along with impl stub
This commit is contained in:
parent
44fa9f9b18
commit
bb76b0f3f2
5 changed files with 93 additions and 21 deletions
|
@ -155,6 +155,7 @@ var interfaceNamesInGlobalScope = [
|
|||
"ProgressEvent",
|
||||
"Range",
|
||||
"Screen",
|
||||
"Storage",
|
||||
"TestBinding", // XXX
|
||||
"Text",
|
||||
"TreeWalker",
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue