mirror of
https://github.com/servo/servo.git
synced 2025-07-15 19:33:46 +01:00
20 lines
495 B
INI
20 lines
495 B
INI
[exceptions.html]
|
|
type: testharness
|
|
[Object.getOwnPropertyDescriptor(exception, "name")]
|
|
expected: FAIL
|
|
|
|
[typeof exception.message === "string"]
|
|
expected: FAIL
|
|
|
|
[Object.getOwnPropertyDescriptor(exception, "code")]
|
|
expected: FAIL
|
|
|
|
[In iframe: Object.getOwnPropertyDescriptor(exception, "name")]
|
|
expected: FAIL
|
|
|
|
[In iframe: Object.getOwnPropertyDescriptor(exception, "code")]
|
|
expected: FAIL
|
|
|
|
[In iframe: typeof exception.message === "string"]
|
|
expected: FAIL
|
|
|