summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/WebIDL/ecmascript-binding/es-exceptions/exceptions.html.ini
blob: 1e0169e786ddffb5a20584c69dd75084cdeca2d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[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