OLD | NEW |
1 This tests the insertRule(rule, index) and deleteRule(index) methods of the CSSM
ediaRule interface. It has passed if all of the output below begins with the tex
t "PASS". | 1 This tests the insertRule(rule, index) and deleteRule(index) methods of the CSSM
ediaRule interface. It has passed if all of the output below begins with the tex
t "PASS". |
2 | 2 |
3 PASS: No exception raised! New rule inserted successfully. | 3 PASS: No exception raised! New rule inserted successfully. |
4 PASS: Exception raised successfully. Type: Error: IndexSizeError: DOM Exception
1 | 4 PASS: Exception raised successfully. Type: IndexSizeError: Index or size was neg
ative, or greater than the allowed value. |
5 PASS: Exception raised successfully. Type: Error: IndexSizeError: DOM Exception
1 | 5 PASS: Exception raised successfully. Type: IndexSizeError: Index or size was neg
ative, or greater than the allowed value. |
6 PASS: Exception raised successfully. Type: Error: SyntaxError: DOM Exception 12 | 6 PASS: Exception raised successfully. Type: SyntaxError: An invalid or illegal st
ring was specified. |
7 PASS: Exception raised successfully. Type: Error: HierarchyRequestError: DOM Exc
eption 3 | 7 PASS: Exception raised successfully. Type: HierarchyRequestError: A Node was ins
erted somewhere it doesn't belong. |
8 PASS: Exception raised successfully. Type: Error: SyntaxError: DOM Exception 12 | 8 PASS: Exception raised successfully. Type: SyntaxError: An invalid or illegal st
ring was specified. |
9 PASS: Exception raised successfully. Type: Error: SyntaxError: DOM Exception 12 | 9 PASS: Exception raised successfully. Type: SyntaxError: An invalid or illegal st
ring was specified. |
10 PASS: No exception raised! Rule at position 'length - 1' deleted successfully. | 10 PASS: No exception raised! Rule at position 'length - 1' deleted successfully. |
11 PASS: Exception raised successfully. Type: Error: IndexSizeError: DOM Exception
1 | 11 PASS: Exception raised successfully. Type: IndexSizeError: Index or size was neg
ative, or greater than the allowed value. |
12 PASS: Exception raised successfully. Type: Error: IndexSizeError: DOM Exception
1 | 12 PASS: Exception raised successfully. Type: IndexSizeError: Index or size was neg
ative, or greater than the allowed value. |
OLD | NEW |