summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt
diff options
context:
space:
mode:
authorjww <jww@chromium.org>2015-10-21 12:42:13 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-21 19:43:13 +0000
commit2909e4f9dd11dc19b7a76ab6d61f972d2816575c (patch)
tree2ff7184b193c5ec40334dd481d647015293ad35f /third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt
parent94535995f1753adc76916d26eeca8c607ef223ad (diff)
downloadchromium_src-2909e4f9dd11dc19b7a76ab6d61f972d2816575c.zip
chromium_src-2909e4f9dd11dc19b7a76ab6d61f972d2816575c.tar.gz
chromium_src-2909e4f9dd11dc19b7a76ab6d61f972d2816575c.tar.bz2
Update XHR spec references in tests to HTTPS
The deprecation message for synchronous XHR references the XHR spec over HTTP, even though there is an HTTPS version. This updates that reference and all the relevant test expectations. BUG=546043 R=ojan@chromium.org Review URL: https://codereview.chromium.org/1411843003 Cr-Commit-Position: refs/heads/master@{#355373}
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt')
-rw-r--r--third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt b/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt
index 8d44543..12b6d5b 100644
--- a/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt
@@ -1,4 +1,4 @@
-CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
+CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
Bug 22475: REGRESSION: Async XMLHttpRequest never finishes on nonexistent files anymore