summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/dom/interfaces.html.ini
blob: 988efdf9781e83a4ac16afa3287a17a9a3fd9f07 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[interfaces.html]
  type: testharness
  prefs: [dom.node.rootNode.enabled:true]

  [Document interface: attribute origin]
    expected: FAIL
    bug: 931884

  [Document interface: xmlDoc must inherit property "origin" with the proper type (3)]
    expected: FAIL
    bug: 931884

  [NodeFilter interface: existence and properties of interface object]
    expected: FAIL
    bug: https://github.com/heycam/webidl/issues/96

  [Document interface: new Document() must inherit property "origin" with the proper type (3)]
    expected: FAIL
    bug: 931884

  [ShadowRoot interface: attribute mode]
    expected: FAIL

  [Element interface: attribute slot]
    expected: FAIL

  [Element interface: operation attachShadow(ShadowRootInit)]
    expected: FAIL

  [Element interface: element must inherit property "slot" with the proper type (7)]
    expected: FAIL

  [Element interface: element must inherit property "attachShadow" with the proper type (24)]
    expected: FAIL

  [Element interface: calling attachShadow(ShadowRootInit) on element with too few arguments must throw TypeError]
    expected: FAIL

  [Element interface: element must inherit property "assignedSlot" with the proper type (48)]
    expected: FAIL

  [Text interface: document.createTextNode("abc") must inherit property "assignedSlot" with the proper type (2)]
    expected: FAIL

  [Node interface: operation getRootNode(GetRootNodeOptions)]
    expected: FAIL

  [Node interface: new Document() must inherit property "getRootNode" with the proper type (17)]
    expected: FAIL

  [Node interface: calling getRootNode(GetRootNodeOptions) on new Document() with too few arguments must throw TypeError]
    expected: FAIL

  [Node interface: xmlDoc must inherit property "getRootNode" with the proper type (17)]
    expected: FAIL

  [Node interface: calling getRootNode(GetRootNodeOptions) on xmlDoc with too few arguments must throw TypeError]
    expected: FAIL

  [Node interface: document.doctype must inherit property "getRootNode" with the proper type (17)]
    expected: FAIL

  [Node interface: calling getRootNode(GetRootNodeOptions) on document.doctype with too few arguments must throw TypeError]
    expected: FAIL

  [Node interface: document.createDocumentFragment() must inherit property "getRootNode" with the proper type (17)]
    expected: FAIL

  [Node interface: calling getRootNode(GetRootNodeOptions) on document.createDocumentFragment() with too few arguments must throw TypeError]
    expected: FAIL

  [Node interface: element must inherit property "getRootNode" with the proper type (17)]
    expected: FAIL

  [Node interface: calling getRootNode(GetRootNodeOptions) on element with too few arguments must throw TypeError]
    expected: FAIL

  [Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "getRootNode" with the proper type (17)]
    expected: FAIL

  [Node interface: calling getRootNode(GetRootNodeOptions) on document.querySelector("[id\]").attributes[0\] with too few arguments must throw TypeError]
    expected: FAIL

  [Node interface: document.createTextNode("abc") must inherit property "getRootNode" with the proper type (17)]
    expected: FAIL

  [Node interface: calling getRootNode(GetRootNodeOptions) on document.createTextNode("abc") with too few arguments must throw TypeError]
    expected: FAIL

  [Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "getRootNode" with the proper type (17)]
    expected: FAIL

  [Node interface: calling getRootNode(GetRootNodeOptions) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError]
    expected: FAIL

  [Node interface: document.createComment("abc") must inherit property "getRootNode" with the proper type (17)]
    expected: FAIL

  [Node interface: calling getRootNode(GetRootNodeOptions) on document.createComment("abc") with too few arguments must throw TypeError]
    expected: FAIL