mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 17:33:08 +09:00
26 lines
620 B
INI
26 lines
620 B
INI
[exceptions.html]
|
|
type: testharness
|
|
[exception.hasOwnProperty("name")]
|
|
expected: FAIL
|
|
|
|
[Object.getOwnPropertyDescriptor(exception, "name")]
|
|
expected: FAIL
|
|
|
|
[typeof exception.message === "string"]
|
|
expected: FAIL
|
|
|
|
[Object.getOwnPropertyDescriptor(exception, "code")]
|
|
expected: FAIL
|
|
|
|
[In iframe: exception.hasOwnProperty("name")]
|
|
expected: FAIL
|
|
|
|
[In iframe: Object.getOwnPropertyDescriptor(exception, "name")]
|
|
expected: FAIL
|
|
|
|
[In iframe: typeof exception.message === "string"]
|
|
expected: FAIL
|
|
|
|
[In iframe: Object.getOwnPropertyDescriptor(exception, "code")]
|
|
expected: FAIL
|
|
|