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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-allowed.html

Issue 1411843003: Update XHR spec references in tests to HTTPS (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Rebase on ToT Created 5 years, 2 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: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-allowed.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-allowed.html b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-allowed.html
index 0a6f37b33bfd106b54dae96dcd5b0227c5875c28..c48da2ff218e68329d4c5493f2798079b3b14478 100644
--- a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-allowed.html
+++ b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-allowed.html
@@ -6,7 +6,7 @@
<script src="../resources/testharnessreport.js"></script>
</head>
<body>
- <p>Valid methods per step-5 of http://xhr.spec.whatwg.org/#the-open()-method.</p>
+ <p>Valid methods per step-5 of https://xhr.spec.whatwg.org/#the-open()-method.</p>
<script type="text/javascript">
function testMethod(methodName) {
var client = new XMLHttpRequest();

Powered by Google App Engine
This is Rietveld 408576698