Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
13
 
14
15
16
hc_elementNotFoundErr
17
Curt Arnold
18
19
    The "removeAttributeNode(oldAttr)" method raises a
20
   NOT_FOUND_ERR DOMException if the "oldAttr" attribute
21
   is not an attribute of the element.
22
 
23
   Retrieve the last employee and attempt to remove
24
   a non existing attribute node.  This should cause the
25
   intended exception to be raised.  This test makes use
26
   of the "createAttribute(name)" method from the Document
27
   interface.
28
29
 
30
2002-06-09
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50