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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/credentialmanager/credentialscontainer-get-warnings-expected.txt

Issue 2864493003: Deprecate CredentialRequestOptions.unmediated in favor mediation enum (Closed)
Patch Set: Rebase Created 3 years, 7 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-get-warnings-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/credentialmanager/credentialscontainer-get-warnings-expected.txt b/third_party/WebKit/LayoutTests/http/tests/credentialmanager/credentialscontainer-get-warnings-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a0d8c49df2d3ffabd752cea5ab0e9e96a13d7140
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/credentialmanager/credentialscontainer-get-warnings-expected.txt
@@ -0,0 +1,12 @@
+CONSOLE WARNING: line 7: The boolean flag CredentialRequestOptions.unmediated is deprecated and will be removed in M62, around October 2017. Please use the CredentialRequestOptions.mediation enum instead. See https://www.chromestatus.com/features/6076479909658624 for more details.
+CONSOLE WARNING: line 7: mediation: 'optional' overrides unmediated: true.
+CONSOLE WARNING: line 14: mediation: 'required' overrides unmediated: true.
+CONSOLE WARNING: line 21: mediation: 'silent' overrides unmediated: false.
+CONSOLE WARNING: line 28: mediation: 'required' overrides unmediated: false.
+This is a testharness.js-based test.
+PASS mediation: 'optional' overrides unmediated: true
+PASS mediation: 'required' overrides unmediated: true
+PASS mediation: 'silent' overrides unmediated: false
+PASS mediation: 'required' overrides unmediated: false
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698