mirror of
https://github.com/servo/servo
synced 2026-05-12 18:06:32 +02:00
21 lines
661 B
INI
21 lines
661 B
INI
[missing_arguments.html]
|
|
type: testharness
|
|
[Should throw TypeError for function "function () { localStorage.key(); }".]
|
|
expected: FAIL
|
|
|
|
[Should throw TypeError for function "function () { localStorage.getItem(); }".]
|
|
expected: FAIL
|
|
|
|
[Should throw TypeError for function "function () { localStorage.setItem(); }".]
|
|
expected: FAIL
|
|
|
|
[Should throw TypeError for function "function () { localStorage.setItem("a"); }".]
|
|
expected: FAIL
|
|
|
|
[Should throw TypeError for function "function () { localStorage.removeItem(); }".]
|
|
expected: FAIL
|
|
|
|
[Should throw TypeError for function "function () { new StorageEvent(); }".]
|
|
expected: FAIL
|
|
|