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
domimplementationregistry07
22
Curt Arnold
23
24
DOMImplementationRegistry.getDOMImplementation("http://www.example.com/bogus-feature 99.0") should return
25
null.
26
27
2004-01-15
28
29
30
31
32
33
34
35
36
37
38
39
     features='"http://www.example.com/bogus-feature 99.0"'
40
     interface="DOMImplementationRegistry"/>
41
42