Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Unified Diff: LayoutTests/fast/dom/css-mediarule-functions-expected.txt

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698