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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/credentialmanager/credentialscontainer-frame-errors.html

Issue 2634923003: Use SecureContext attribute for IDL of Credential Mgmt API
Patch Set: Added comment Created 3 years, 11 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/credentialmanager/credentialscontainer-frame-errors.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/credentialmanager/credentialscontainer-frame-errors.html b/third_party/WebKit/LayoutTests/http/tests/credentialmanager/credentialscontainer-frame-errors.html
index 4a1a5cc73e804dce7fb70a42a09dce7e8179a91f..27aaf77488e731c4306fea3fe192f1d6bc3336b8 100644
--- a/third_party/WebKit/LayoutTests/http/tests/credentialmanager/credentialscontainer-frame-errors.html
+++ b/third_party/WebKit/LayoutTests/http/tests/credentialmanager/credentialscontainer-frame-errors.html
@@ -29,5 +29,5 @@ function create_iframe_test(origin) {
}
async_test(create_iframe_test("http://127.0.0.1:8000"), "Same-origin IFrame throws.");
-async_test(create_iframe_test("http://example.test:8000"), "Cross-origin IFrame throws.");
+async_test(create_iframe_test("https://example.test:8443"), "Cross-origin IFrame throws.");
</script>

Powered by Google App Engine
This is Rietveld 408576698