summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-exceptions-expected.txt
diff options
context:
space:
mode:
authorvsevik@chromium.org <vsevik@chromium.org>2014-09-04 11:31:10 +0000
committervsevik@chromium.org <vsevik@chromium.org>2014-09-04 11:31:10 +0000
commit2e52bf8141f4501c06ae78bf68c46afba820be05 (patch)
tree16f35bbdd2a2277889d936be76796c68926fda0d /third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-exceptions-expected.txt
parent873a775a36155388d4ae57ee841e4b6a30c00356 (diff)
downloadchromium_src-2e52bf8141f4501c06ae78bf68c46afba820be05.zip
chromium_src-2e52bf8141f4501c06ae78bf68c46afba820be05.tar.gz
chromium_src-2e52bf8141f4501c06ae78bf68c46afba820be05.tar.bz2
Revert "DevTools: Added correct line and url to console messages reported to embedder." (breaks multiple tests)
TBR=kozyatinskiy This reverts commit c1e6f4baa282563f21a3cec81ba8fb0bae00534d. BUG= Review URL: https://codereview.chromium.org/542623004 git-svn-id: svn://svn.chromium.org/blink/trunk@181366 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-exceptions-expected.txt')
-rw-r--r--third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-exceptions-expected.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-exceptions-expected.txt b/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-exceptions-expected.txt
index 1da48a0..a34bf3c 100644
--- a/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-exceptions-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-exceptions-expected.txt
@@ -1,4 +1,4 @@
-CONSOLE ERROR: line 23: Refused to connect to 'http://not.example.com/' because it violates the following Content Security Policy directive: "connect-src http://example.com".
+CONSOLE ERROR: Refused to connect to 'http://not.example.com/' because it violates the following Content Security Policy directive: "connect-src http://example.com".
This tests that exceptions thrown by XHR.open() have reasonable messages.