| Index: LayoutTests/fast/dom/css-mediarule-functions-expected.txt
|
| diff --git a/LayoutTests/fast/dom/css-mediarule-functions-expected.txt b/LayoutTests/fast/dom/css-mediarule-functions-expected.txt
|
| index e513eda1e9a7f1c4a37853a7625f7f258212f30d..0f457c6558e9f2142d5c2fdbebeeec635739cafa 100644
|
| --- a/LayoutTests/fast/dom/css-mediarule-functions-expected.txt
|
| +++ b/LayoutTests/fast/dom/css-mediarule-functions-expected.txt
|
| @@ -1,12 +1,12 @@
|
| This tests the insertRule(rule, index) and deleteRule(index) methods of the CSSMediaRule interface. It has passed if all of the output below begins with the text "PASS".
|
|
|
| PASS: No exception raised! New rule inserted successfully.
|
| -PASS: Exception raised successfully. Type: Error: IndexSizeError: DOM Exception 1
|
| -PASS: Exception raised successfully. Type: Error: IndexSizeError: DOM Exception 1
|
| -PASS: Exception raised successfully. Type: Error: SyntaxError: DOM Exception 12
|
| -PASS: Exception raised successfully. Type: Error: HierarchyRequestError: DOM Exception 3
|
| -PASS: Exception raised successfully. Type: Error: SyntaxError: DOM Exception 12
|
| -PASS: Exception raised successfully. Type: Error: SyntaxError: DOM Exception 12
|
| +PASS: Exception raised successfully. Type: IndexSizeError: Index or size was negative, or greater than the allowed value.
|
| +PASS: Exception raised successfully. Type: IndexSizeError: Index or size was negative, or greater than the allowed value.
|
| +PASS: Exception raised successfully. Type: SyntaxError: An invalid or illegal string was specified.
|
| +PASS: Exception raised successfully. Type: HierarchyRequestError: A Node was inserted somewhere it doesn't belong.
|
| +PASS: Exception raised successfully. Type: SyntaxError: An invalid or illegal string was specified.
|
| +PASS: Exception raised successfully. Type: SyntaxError: An invalid or illegal string was specified.
|
| PASS: No exception raised! Rule at position 'length - 1' deleted successfully.
|
| -PASS: Exception raised successfully. Type: Error: IndexSizeError: DOM Exception 1
|
| -PASS: Exception raised successfully. Type: Error: IndexSizeError: DOM Exception 1
|
| +PASS: Exception raised successfully. Type: IndexSizeError: Index or size was negative, or greater than the allowed value.
|
| +PASS: Exception raised successfully. Type: IndexSizeError: Index or size was negative, or greater than the allowed value.
|
|
|