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

Unified Diff: LayoutTests/http/tests/security/postMessage/target-origin-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/security/postMessage/target-origin-expected.txt
diff --git a/LayoutTests/http/tests/security/postMessage/target-origin-expected.txt b/LayoutTests/http/tests/security/postMessage/target-origin-expected.txt
index 630dcb4983777bdc0d2aafd09d52bfb8b3b020ea..c4fd1eda4398ad20b9445678d3c8779722ebd132 100644
--- a/LayoutTests/http/tests/security/postMessage/target-origin-expected.txt
+++ b/LayoutTests/http/tests/security/postMessage/target-origin-expected.txt
@@ -13,9 +13,9 @@ CONSOLE MESSAGE: Unable to post message to http://www.example.com. Recipient has
window.location.href = http://127.0.0.1:8000/security/postMessage/target-origin.html
waiting...
-Error sending message to null. Error: SyntaxError: DOM Exception 12
-Error sending message to undefined. Error: SyntaxError: DOM Exception 12
-Error sending message to //. Error: SyntaxError: DOM Exception 12
+Error sending message to null. SyntaxError: An invalid or illegal string was specified.
+Error sending message to undefined. SyntaxError: An invalid or illegal string was specified.
+Error sending message to //. SyntaxError: An invalid or illegal string was specified.
Received message: data="Received message: data="Trying origin=http://localhost:8000" origin="http://127.0.0.1:8000"" origin="http://localhost:8000"
Received message: data="Received message: data="Trying origin=http://localhost:8000/" origin="http://127.0.0.1:8000"" origin="http://localhost:8000"
Received message: data="Received message: data="Trying origin=http://localhost:8000/foo" origin="http://127.0.0.1:8000"" origin="http://localhost:8000"

Powered by Google App Engine
This is Rietveld 408576698