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

Unified Diff: LayoutTests/http/tests/security/upgrade-insecure-requests/https-header-auxiliary.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
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/upgrade-insecure-requests/https-header-nested.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/security/upgrade-insecure-requests/https-header-auxiliary.html
===================================================================
--- LayoutTests/http/tests/security/upgrade-insecure-requests/https-header-auxiliary.html (revision 200257)
+++ LayoutTests/http/tests/security/upgrade-insecure-requests/https-header-auxiliary.html (working copy)
@@ -9,7 +9,7 @@
var t = async_test("Verify that nested documents receive an 'HTTPS' header.");
window.addEventListener("message", t.step_func(function (message) {
- assert_equals(message.data.https, "1");
+ assert_equals(message.data.header, "1");
t.done();
}));
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/upgrade-insecure-requests/https-header-nested.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698