Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
 
3
17
 
18
19
20
21
nodeinsertbefore02
22
IBM
23
24
	Using insertBefore on a new Document node attempt to insert a new Comment node before
25
	this DocumentType node and verify the name of the inserted Comment node.  Now
26
	attempt to insert a new Processing Instruction node before the new Comment and
27
	verify the target of the inserted ProcessingInstruction.
28
29
Neil Delima
30
2002-06-10
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