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
HTMLTableRowElement16
21
NIST
22
23
    The insertCell() method throws a INDEX_SIZE_ERR DOMException
24
    if the specified index is negative.
25
 
26
    Retrieve the fourth TR element which has six cells.  Try
27
    to insert a cell using an index of negative seven.  This should throw
28
    a INDEX_SIZE_ERR DOMException since the index is negative.
29
30
Rick Rivello
31
2002-05-02
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48