Index: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-case-insensitive.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-case-insensitive.html b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-case-insensitive.html |
index 42dae808465ef53a6ba83268d92daaef723d65a7..3449b07b4e91bdd578efec31509b510a39a74573 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-case-insensitive.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-open-method-case-insensitive.html |
@@ -6,7 +6,7 @@ |
<script src="../resources/testharnessreport.js"></script> |
</head> |
<body> |
- <p>non-standard method names should be returned as is per step-5 of http://xhr.spec.whatwg.org/#the-open()-method.</p> |
+ <p>non-standard method names should be returned as is per step-5 of https://xhr.spec.whatwg.org/#the-open()-method.</p> |
<script type="text/javascript"> |
function testMethod(methodName, lastTest) { |
var client = new XMLHttpRequest(); |