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

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

Issue 1287453005: Merge 198924 "UPGRADE: Rename the 'https' header." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2403_901/
Patch Set: Created 5 years, 4 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
===================================================================
--- LayoutTests/http/tests/security/upgrade-insecure-requests/https-header-subresource.html (revision 200257)
+++ LayoutTests/http/tests/security/upgrade-insecure-requests/https-header-subresource.html (working copy)
@@ -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