Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
13
 
14
15
16
nodeInsertBeforeRefChildNonexistent
17
NIST
18
19
    The "insertBefore(newChild,refChild)" method raises a
20
    NOT_FOUND_ERR DOMException if the reference child is
21
    not a child of this node.
22
 
23
    Retrieve the second employee and attempt to insert a
24
    new node before a reference node that is not a child
25
    of this node.   An attempt to insert before a non child
26
    node should raise the desired exception.
27
28
Mary Brady
29
2001-08-17
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52