Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
16
 
17
18
19
20
domstringlistcontains02
21
IBM
22
23
	The contains method of the DOMStringList tests if a string is part of this DOMStringList.
24
 
25
	Invoke the contains method on the list searching for several of the parameters recognized by the
26
        DOMConfiguration object.
27
	Verify that the list contains features that are required and supported by this DOMConfiguration object.
28
        Verify that the contains method returns false for a string that is not contained in this DOMStringList.
29
30
Jenny Hsu
31
2003-10-29
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