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

Unified Diff: LayoutTests/http/tests/security/upgrade-insecure-requests/https-header-subresource.html

Issue 1235263002: UPGRADE: Rename the 'https' header. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Layouttest. Created 5 years, 5 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/upgrade-insecure-requests/https-header-subresource.html
diff --git a/LayoutTests/http/tests/security/upgrade-insecure-requests/https-header-subresource.html b/LayoutTests/http/tests/security/upgrade-insecure-requests/https-header-subresource.html
index c5afeaa99323edc2e0c146486768e2c45fe38a2b..c60aac877130c20d1e8cbd4e53e251b08dd70264 100644
--- a/LayoutTests/http/tests/security/upgrade-insecure-requests/https-header-subresource.html
+++ b/LayoutTests/http/tests/security/upgrade-insecure-requests/https-header-subresource.html
@@ -11,7 +11,7 @@
fetch("resources/echo-https-header.pl").then(t.step_func(function(res) {
return res.json();
})).then(t.step_func(function(json) {
- assert_equals(json.https, "");
+ assert_equals(json.header, "");
t.done();
}));
</script>

Powered by Google App Engine
This is Rietveld 408576698