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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/inject-header-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/http/tests/xmlhttprequest/inject-header-expected.txt
diff --git a/LayoutTests/http/tests/xmlhttprequest/inject-header-expected.txt b/LayoutTests/http/tests/xmlhttprequest/inject-header-expected.txt
index 58a1b3de0ce176692e56a3a01d2b458dbbe88b46..f1e63c3e3bf877f6001fee069a8057122db0944e 100644
--- a/LayoutTests/http/tests/xmlhttprequest/inject-header-expected.txt
+++ b/LayoutTests/http/tests/xmlhttprequest/inject-header-expected.txt
@@ -1,9 +1,9 @@
Test that setRequestHeader properly checks for line feeds in header values.
-%0AEvil%3A%20on -> SUCCESS, setRequestHeader() raised an exception Error: SyntaxError: DOM Exception 12
+%0AEvil%3A%20on -> SUCCESS, setRequestHeader() raised an exception SyntaxError: An invalid or illegal string was specified.
-%0DEvil%3A%20on -> SUCCESS, setRequestHeader() raised an exception Error: SyntaxError: DOM Exception 12
+%0DEvil%3A%20on -> SUCCESS, setRequestHeader() raised an exception SyntaxError: An invalid or illegal string was specified.
-%0D%0AEvil%3A%20on -> SUCCESS, setRequestHeader() raised an exception Error: SyntaxError: DOM Exception 12
+%0D%0AEvil%3A%20on -> SUCCESS, setRequestHeader() raised an exception SyntaxError: An invalid or illegal string was specified.
-%0A%0DEvil%3A%20on -> SUCCESS, setRequestHeader() raised an exception Error: SyntaxError: DOM Exception 12
+%0A%0DEvil%3A%20on -> SUCCESS, setRequestHeader() raised an exception SyntaxError: An invalid or illegal string was specified.

Powered by Google App Engine
This is Rietveld 408576698