summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/dom/nodes/moveBefore/tentative/Node-moveBefore.html.ini
blob: 2a4bd6c32f0388f690e02fe5a06ef90a72701ac9 (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
102
[Node-moveBefore.html]
  [Should check the 'parent' type before checking whether 'child' is a child of 'parent']
    expected: FAIL

  [Should check that 'node' is not an ancestor of 'parent' before checking whether 'child' is a child of 'parent']
    expected: FAIL

  [Should check whether 'child' is a child of 'parent' before checking whether 'node' is of a type that can have a parent.]
    expected: FAIL

  [Should check whether 'child' is a child of 'parent' before checking whether 'node' is of a type that can have a parent of the type that 'parent' is.]
    expected: FAIL

  [Should check whether 'child' is a child of 'parent' before checking whether 'node' can be inserted into the document given the kids the document has right now.]
    expected: FAIL

  [If node is a host-including inclusive ancestor of parent, then throw a HierarchyRequestError DOMException.]
    expected: FAIL

  [If node is not a DocumentFragment, DocumentType, Element, Text, ProcessingInstruction, or Comment node, then throw a HierarchyRequestError DOMException.]
    expected: FAIL

  [If node is a Text node and parent is a document, then throw a HierarchyRequestError DOMException.]
    expected: FAIL

  [If node is a doctype and parent is not a document, then throw a HierarchyRequestError DOMException.]
    expected: FAIL

  [If node is a DocumentFragment with multiple elements and parent is a document, then throw a HierarchyRequestError DOMException.]
    expected: FAIL

  [If node is a DocumentFragment with an element and parent is a document with another element, then throw a HierarchyRequestError DOMException.]
    expected: FAIL

  [If node is an Element and parent is a document with another element, then throw a HierarchyRequestError DOMException.]
    expected: FAIL

  [If node is a doctype and parent is a document with another doctype, then throw a HierarchyRequestError DOMException.]
    expected: FAIL

  [If node is a doctype and parent is a document with an element, then throw a HierarchyRequestError DOMException.]
    expected: FAIL

  [Calling moveBefore an a leaf node DocumentType must throw HIERARCHY_REQUEST_ERR.]
    expected: FAIL

  [Calling moveBefore an a leaf node Text must throw HIERARCHY_REQUEST_ERR.]
    expected: FAIL

  [Calling moveBefore an a leaf node Comment must throw HIERARCHY_REQUEST_ERR.]
    expected: FAIL

  [Calling moveBefore an a leaf node ProcessingInstruction must throw HIERARCHY_REQUEST_ERR.]
    expected: FAIL

  [Calling moveBefore with an inclusive ancestor of the context object must throw HIERARCHY_REQUEST_ERR.]
    expected: FAIL

  [Calling moveBefore with a reference child whose parent is not the context node must throw a NotFoundError.]
    expected: FAIL

  [If the context node is a document, inserting a document or text node should throw a HierarchyRequestError.]
    expected: FAIL

  [If the context node is a document, inserting a DocumentFragment that contains a text node or too many elements should throw a HierarchyRequestError.]
    expected: FAIL

  [If the context node is a document, inserting a DocumentFragment with an element if there already is an element child should throw a HierarchyRequestError.]
    expected: FAIL

  [If the context node is a document and a doctype is following the reference child, inserting a DocumentFragment with an element should throw a HierarchyRequestError.]
    expected: FAIL

  [If the context node is a document, inserting a DocumentFragment with an element before the doctype should throw a HierarchyRequestError.]
    expected: FAIL

  [If the context node is a document, inserting an element if there already is an element child should throw a HierarchyRequestError.]
    expected: FAIL

  [If the context node is a document, inserting an element before the doctype should throw a HierarchyRequestError.]
    expected: FAIL

  [If the context node is a document and a doctype is following the reference child, inserting an element should throw a HierarchyRequestError.]
    expected: FAIL

  [If the context node is a document, inserting a doctype if there already is a doctype child should throw a HierarchyRequestError.]
    expected: FAIL

  [If the context node is a document, inserting a doctype after the document element should throw a HierarchyRequestError.]
    expected: FAIL

  [If the context node is a document with and element child, appending a doctype should throw a HierarchyRequestError.]
    expected: FAIL

  [If the context node is a DocumentFragment, inserting a document or a doctype should throw a HierarchyRequestError.]
    expected: FAIL

  [If the context node is an element, inserting a document or a doctype should throw a HierarchyRequestError.]
    expected: FAIL

  [Inserting a node before itself should not move the node]
    expected: FAIL