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
nodereplacechild31
22
IBM
23
24
	Using replaceChild on an Element node that is the replacement Text of an EntityReference
25
	node, attempt to replace its Text child node with a new Element node and verify if
26
	a NO_MODIFICATION_ALLOWED_ERR gets thrown.
27
28
Neil Delima
29
2002-06-10
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