Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
3
 
4
18
19
20
21
getElementsByTagNameNS08
22
Curt Arnold
23
24
    Element.getElementsByTagNameNS('*','*') should return all child
25
    elements.  There is some contention on whether this should match
26
    unqualified elements, this test reflects the interpretation that
27
    '*' should match elements in all namespaces and unqualified elements.
28
 
29
    Derived from getElementsByTagNameNS01 which tests similar functionality
30
    on the Document interface.
31
32
2001-02-28
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47