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
 
3
17
 
18
19
20
21
domimplementationregistry19
22
Curt Arnold
23
24
DOMImplementationRegistry.getDOMImplementationList("SVG") should return
25
zero-length list or a list of DOMImplementation
26
where hasFeature("SVG", null) returns true.
27
28
2004-01-15
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
	features='"SVG"'
44
	interface="DOMImplementationRegistry"/>
45
46
47
	
48
	
49
	
50
	
51
	
52
		
53
			
54
			
55
		
56
	
57
58